https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197337
--- Comment #3 from Hiroki Sato <[email protected]> --- I also think they should be independent from each other. A port is responsible for installing rc.d scripts if needed. As you noticed, the problem is that collision of the script file name can happen. To solve this, we need a way to select one. I come up with something like the following, but any ideas else? kdc_enable="base" -> enables /etc/rc.d/kdc and ignores /usr/local/etc/rc.d/kdc kdc_enable="pkg" -> ignores /etc/rc.d/kdc and enables /usr/local/etc/rc.d/kdc kdc_enable="YES" -> enables both -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
