MFC r273285:

- Honer MK_KERBEROS for Heimdal rc.d scripts.
- Add rc.c/kerberos to OLD_FILES.
This commit is contained in:
hrs 2014-10-19 20:54:04 +00:00
parent 3da91303cf
commit 525f95cd64
2 changed files with 13 additions and 4 deletions

View File

@ -40,6 +40,8 @@
# 20141015: OpenSSL 1.0.1j import
OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz
# 20141010: rc.d/kerberos removed
OLD_FILES+=etc/rc.d/kerberos
# 20140917: hv_kvpd rc.d script removed in favor of devd configuration
OLD_FILES+=etc/rc.d/hv_kvpd
# 20140814: libopie version bump

View File

@ -71,13 +71,13 @@ FILES= DAEMON \
iscsictl \
iscsid \
jail \
kadmind \
kdc \
${_kadmind} \
${_kdc} \
keyserv \
kfd \
${_kfd} \
kld \
kldxref \
kpasswdd \
${_kpasswdd} \
ldconfig \
local \
localpkg \
@ -173,6 +173,13 @@ FILES= DAEMON \
_ipxrouted= ipxrouted
.endif
.if ${MK_KERBEROS} != "no"
_kadmind= kadmind
_kdc= kdc
_kfd= kfd
_kpasswdd= kpasswdd
.endif
.if ${MK_OFED} != "no"
_opensm= opensm
.endif