Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 18:02:19 -0700
From:      Sean Chittenden <sean@chittenden.org>
To:        freebsd-stable@freebsd.org
Subject:   ipfilter fails on fresh installworld [patch included]...
Message-ID:  <20020427180219.L66212@ninja1.internal>

next in thread | raw e-mail | index | archive | help

--A6N2fC+uXW/VQSAv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

rm -rf /usr/obj
make buildworld
make buildkernel KERNCONF=MINE
make installworld

[snip]
install -C -c -o root -g wheel -m 644 ibcs2/hello.uu /usr/share/examples/ibcs2/hello.uu
install -C -c -o root -g wheel -m 644 ipfilter/Makefile /usr/share/examples/ipfilter/Makefile
install: /usr/share/examples/ipfilter/Makefile: No such file or directory
*** Error code 71

Stop in /usr/src/share/examples.
*** Error code 1

Stop in /usr/src/share.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


The attached fixes this problem.  -sc

-- 
Sean Chittenden

--A6N2fC+uXW/VQSAv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

--- etc/mtree/BSD.usr.dist.orig	Sat Apr 27 18:01:19 2002
+++ etc/mtree/BSD.usr.dist	Sat Apr 27 18:00:51 2002
@@ -313,6 +313,8 @@
             ..
             ipfw
             ..
+            ipfilter
+            ..
             isdn
                 contrib
                 ..

--A6N2fC+uXW/VQSAv--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020427180219.L66212>