Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
26e27ce8cc
commit
e0eed6b400
@ -54,8 +54,6 @@ FILES= DAEMON \
|
||||
ipfw \
|
||||
ipmon \
|
||||
ipnat \
|
||||
ipropd_master \
|
||||
ipropd_slave \
|
||||
ipsec \
|
||||
${_kadmind} \
|
||||
${_kdc} \
|
||||
@ -213,6 +211,8 @@ _nscd= nscd
|
||||
.endif
|
||||
|
||||
.if ${MK_KERBEROS} != "no"
|
||||
FILES+= ipropd_master
|
||||
FILES+= ipropd_slave
|
||||
_kadmind= kadmind
|
||||
_kdc= kdc
|
||||
_kfd= kfd
|
||||
|
@ -2379,6 +2379,8 @@ OLD_FILES+=usr/share/man/man8/jls.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_KERBEROS} == no
|
||||
OLD_FILES+=etc/rc.d/ipropd_master
|
||||
OLD_FILES+=etc/rc.d/ipropd_slave
|
||||
OLD_FILES+=usr/bin/compile_et
|
||||
OLD_FILES+=usr/bin/hxtool
|
||||
OLD_FILES+=usr/bin/kadmin
|
||||
|
Loading…
Reference in New Issue
Block a user