mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
a841418dd6
commit
7fdb2b7a8d
2 changed files with 4 additions and 2 deletions
|
|
@ -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 a new issue