From owner-freebsd-stable Sat Apr 27 18:53:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 98CC437B400 for ; Sat, 27 Apr 2002 18:53:48 -0700 (PDT) Received: (qmail 30926 invoked from network); 28 Apr 2002 01:53:48 -0000 Received: from unknown (HELO mat.tgd.net) ([64.81.67.116]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Apr 2002 01:53:48 -0000 Received: by mat.tgd.net (Postfix, from userid 1000) id 9D2D42EDD03; Sat, 27 Apr 2002 18:53:52 -0700 (PDT) Date: Sat, 27 Apr 2002 18:53:52 -0700 From: Sean Chittenden To: freebsd-stable@freebsd.org Subject: ipfilter fails on fresh installworld [patch included]... Message-ID: <20020427185352.B69928@mat.tgd.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JWEK1jqKZ6MHAcjA" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-PGP-Fingerprint: C6 65 A1 7F 9A 56 28 6C 5C FB 1D EA 9F 4F 5C EF 1E DD FA AD X-Web-Homepage: http://sean.chittenden.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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