From owner-freebsd-stable Sat Apr 27 21:22:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id 7B52D37B41A for ; Sat, 27 Apr 2002 21:22:16 -0700 (PDT) Received: by mail.tgd.net (Postfix, from userid 1001) id E353520F13; Sat, 27 Apr 2002 18:02:19 -0700 (PDT) Date: Sat, 27 Apr 2002 18:02:19 -0700 From: Sean Chittenden To: freebsd-stable@freebsd.org Subject: ipfilter fails on fresh installworld [patch included]... Message-ID: <20020427180219.L66212@ninja1.internal> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="A6N2fC+uXW/VQSAv" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD 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 --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