Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Feb 2015 03:32:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197337] rc.d/kdc missing with WITHOUT_KERBEROS, but Kerberos ports need it
Message-ID:  <bug-197337-8-xKT8NItczr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197337-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197337-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197337

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197337-8-xKT8NItczr>