From owner-cvs-all Sun Apr 28 11:37:51 2002 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id CDE6837B405; Sun, 28 Apr 2002 11:37:40 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g3SIbXa18770; Sun, 28 Apr 2002 20:37:33 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200204281837.g3SIbXa18770@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/share/examples/ipfilter Makefile README example.14 examples.txt firewall.1 firewall.2 ipf-howto.txt In-Reply-To: <200204272004.g3RK4Ik45223@freefall.freebsd.org> from Darren Reed at "Apr 27, 2002 01:04:18 pm" To: darrenr@FreeBSD.org (Darren Reed) Date: Sun, 28 Apr 2002 20:37:33 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > darrenr 2002/04/27 13:04:18 PDT > > Added files: (Branch: RELENG_4) > share/examples/ipfilter Makefile README example.14 > examples.txt firewall.1 firewall.2 > ipf-howto.txt ipf.conf.permissive > ipf.conf.restrictive ipf.conf.sample > ipnat.conf.sample rules.txt > Log: > bring in examples from head Don't you also need this patch from -current? It does help my -stable release building machine. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org Index: share/examples/Makefile =================================================================== RCS file: /home/ncvs/src/share/examples/Makefile,v retrieving revision 1.28.2.2 diff -u -r1.28.2.2 Makefile --- share/examples/Makefile 18 Feb 2002 15:03:38 -0000 1.28.2.2 +++ share/examples/Makefile 28 Apr 2002 06:31:15 -0000 @@ -4,7 +4,7 @@ DIRS!= for i in *; do \ if test -d $$i -a $$i != CVS -a \ - $$i != smbfs; then \ + $$i != ipfilter -a $$i != smbfs; then \ echo $$i; \ fi; \ done @@ -41,7 +41,7 @@ .endif .if ${SHARED} != "symlinks" -SUBDIR= smbfs +SUBDIR= ipfilter smbfs .endif .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message