- Honer MK_KERBEROS for Heimdal rc.d scripts.

- Add rc.c/kerberos to OLD_FILES.
This commit is contained in:
Hiroki Sato 2014-10-19 20:46:59 +00:00
parent 58c47a70a3
commit 98d13b7d48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273285
2 changed files with 13 additions and 4 deletions

View File

@ -48,6 +48,8 @@ OLD_FILES+=etc/rc.d/hv_kvpd
# 20140917: libnv was accidentally being installed to /usr/lib instead of /lib
OLD_LIBS+=usr/lib/libnv.a
OLD_LIBS+=usr/lib/libnv.so.0
# 20140829: rc.d/kerberos removed
OLD_FILES+=etc/rc.d/kerberos
# 20140814: libopie version bump
OLD_LIBS+=usr/lib/libopie.so.7
OLD_LIBS+=usr/lib32/libopie.so.7

View File

@ -70,12 +70,12 @@ FILES= DAEMON \
iscsictl \
iscsid \
jail \
kadmind \
kdc \
kfd \
${_kadmind} \
${_kdc} \
${_kfd} \
kld \
kldxref \
kpasswdd \
${_kpasswdd} \
ldconfig \
local \
localpkg \
@ -181,6 +181,13 @@ _casperd= casperd
_nscd= nscd
.endif
.if ${MK_KERBEROS} != "no"
_kadmind= kadmind
_kdc= kdc
_kfd= kfd
_kpasswdd= kpasswdd
.endif
.if ${MK_OFED} != "no"
_opensm= opensm
.endif