From dcae43e905eb62acc569c2ba57b5dbec0480de32 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 9 Nov 2003 01:22:27 +0000 Subject: [PATCH] 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. --- rescue/rescue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 17472815b8d7..cc56b20e09d3 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