summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-11-09 01:22:27 +0000
committerobrien <obrien@FreeBSD.org>2003-11-09 01:22:27 +0000
commit8eacd94a3c5ce68778617ff6b07103e398481e5c (patch)
tree4e4914c909473775acf9376475b72cb033bf4d2c /rescue
parent2d5987075a0325b5a99da835b5f495fbe6837f8b (diff)
downloadFreeBSD-src-8eacd94a3c5ce68778617ff6b07103e398481e5c.zip
FreeBSD-src-8eacd94a3c5ce68778617ff6b07103e398481e5c.tar.gz
Alternate version of rev 1.20.
Comment out rather than totally remove the ipfilter pieces that we need reconnected some day. This is now only ipnat as it is for configuring NAT. ipfstat is meant for reporting statistics/filter lists. For /rescue it is enough to configure lists but not view the installed ones.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 1747281..cc56b20 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -128,7 +128,7 @@ CRUNCH_PROGS_sbin+= vinum
.endif
.if !defined(NO_IPFILTER)
-CRUNCH_PROGS_sbin+= ipf ipfs ipmon
+CRUNCH_PROGS_sbin+= ipf ipfs ipmon # ipnat
.endif
# crunchgen does not like C++ programs; this should be fixed someday
OpenPOWER on IntegriCloud