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:
parent
79c38c9b00
commit
f4d6293c72
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user