Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 18:53:52 -0700
From:      Sean Chittenden <sean@chittenden.org>
To:        freebsd-stable@freebsd.org
Subject:   ipfilter fails on fresh installworld [patch included]...
Message-ID:  <20020427185352.B69928@mat.tgd.net>

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

--JWEK1jqKZ6MHAcjA
Content-Type: multipart/mixed; boundary="R3G7APHDIzY6R/pk"
Content-Disposition: inline


--R3G7APHDIzY6R/pk
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
--R3G7APHDIzY6R/pk
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
                 ..

--R3G7APHDIzY6R/pk--

--JWEK1jqKZ6MHAcjA
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjzLVi8ACgkQn09c7x7d+q31LwCgxNfIK9kDRCU+1GAJVW/4JqsL
ULAAmwQpVeqRhG7bMVtdcPxjJkETsaAw
=AjvJ
-----END PGP SIGNATURE-----

--JWEK1jqKZ6MHAcjA--

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?20020427185352.B69928>