https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197337

--- Comment #8 from Cy Schubert <[email protected]> ---
Then we must use a single rc script in /etc/rc.d/. /etc/rc.d/dhclient might be
a template.

dhclient_enable="YES"
dhclient_program="/sbin/dhclient"       # Path to dhcp client program.
# or
dhclient_program="/usr/local/sbin/dhclient"   # isc-dhclient
dhclient_flags=""

etcetera....

Following this example, our /etc/rc.d/kdc would need to be installed regardless
of WITHOUT_KERBEROS as the submitter suggests. To have each port install its
own rc.d file in /usr/local/etc/rc.d/ tying into some kind of kdc_enable rules
is complex and fragile given multiple ports and base need to adhere to a single
set of rules. Putting control and a single set of rules into one rc script (in
/etc/rc.d/) will reduce complexity that multiple ports and base will need to
adhere to.

-- 
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]"

Reply via email to