[Bug 197337] rc.d/kdc missing with WITHOUT_KERBEROS, but Kerberos ports need it

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 5 03:32:52 UTC 2015


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

--- Comment #3 from Hiroki Sato <hrs at FreeBSD.org> ---
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.


More information about the freebsd-bugs mailing list