summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-20 06:34:34 +0000
committerngie <ngie@FreeBSD.org>2014-09-20 06:34:34 +0000
commitf345ebf7972ea03d2a4b5ccb4e21cabacc00a3c9 (patch)
tree9756b9d555d48e51f75703c1f2c211de973fac03 /etc/rc.d
parent559aae68ec0a01e19862f6706a27a20e92a1e894 (diff)
downloadFreeBSD-src-f345ebf7972ea03d2a4b5ccb4e21cabacc00a3c9.zip
FreeBSD-src-f345ebf7972ea03d2a4b5ccb4e21cabacc00a3c9.tar.gz
Don't install /etc/rc.d/ftp-proxy unless MK_PF == yes
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index b5e14d4..186c974 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -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
OpenPOWER on IntegriCloud