MFC r277741:

r277741:

  Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave

  Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2015-02-11 09:00:22 +00:00
parent ffd518acc5
commit f5a4512544
2 changed files with 4 additions and 2 deletions

View File

@ -55,8 +55,6 @@ FILES= DAEMON \
ipfw \ ipfw \
ipmon \ ipmon \
ipnat \ ipnat \
ipropd_master \
ipropd_slave \
ipsec \ ipsec \
${_ipxrouted} \ ${_ipxrouted} \
${_kadmind} \ ${_kadmind} \
@ -202,6 +200,8 @@ FILES+= jail
.endif .endif
.if ${MK_KERBEROS} != "no" .if ${MK_KERBEROS} != "no"
FILES+= ipropd_master
FILES+= ipropd_slave
_kadmind= kadmind _kadmind= kadmind
_kdc= kdc _kdc= kdc
_kfd= kfd _kfd= kfd

View File

@ -2236,6 +2236,8 @@ OLD_FILES+=usr/share/man/man8/jls.8.gz
.endif .endif
.if ${MK_KERBEROS} == no .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/compile_et
OLD_FILES+=usr/bin/hxtool OLD_FILES+=usr/bin/hxtool
OLD_FILES+=usr/bin/kadmin OLD_FILES+=usr/bin/kadmin