Don't install /etc/rc.d/rwho unless MK_RCMDS == yes

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-09-20 06:05:24 +00:00
parent 7a536b02fa
commit 79c38c9b00
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271893
2 changed files with 5 additions and 1 deletions

View File

@ -133,7 +133,6 @@ FILES= DAEMON \
rpcbind \
rtadvd \
rtsold \
rwho \
savecore \
sdpd \
securelevel \
@ -192,6 +191,10 @@ _opensm= opensm
_sshd= sshd
.endif
.if ${MK_RCMDS} != "no"
FILES+= rwho
.endif
.if ${MK_UNBOUND} != "no"
_unbound= local_unbound
.endif

View File

@ -3766,6 +3766,7 @@ OLD_FILES+=usr/lib/private/libssh_p.a
.if ${MK_RCMDS} == no
OLD_FILES+=bin/rcp
OLD_FILES+=etc/rc.d/rwho
OLD_FILES+=etc/periodic/daily/140.clean-rwho
OLD_FILES+=etc/periodic/daily/430.status-rwho
OLD_FILES+=rescue/rcp