Don't install /etc/rc.d/ftp-proxy unless MK_PF == yes

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

View File

@ -44,7 +44,6 @@ FILES= DAEMON \
dumpon \
faith \
fsck \
ftp-proxy \
ftpd \
gbde \
geli \
@ -191,6 +190,10 @@ _opensm= opensm
_sshd= sshd
.endif
.if ${MK_PF} != "no"
FILES+= ftp-proxy
.endif
.if ${MK_RCMDS} != "no"
FILES+= rwho
.endif

View File

@ -3606,6 +3606,7 @@ OLD_DIRS+=usr/share/examples/pc-sysinstall
.if ${MK_PF} == no
OLD_FILES+=etc/periodic/security/520.pfdenied
OLD_FILES+=etc/pf.os
OLD_FILES+=etc/rc.d/ftp-proxy
OLD_FILES+=sbin/pfctl
OLD_FILES+=sbin/pflogd
OLD_FILES+=usr/libexec/tftp-proxy