From owner-cvs-all Wed Nov 10 13:35: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (dynamic-34.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.162]) by hub.freebsd.org (Postfix) with ESMTP id DA72014DF9; Wed, 10 Nov 1999 13:34:45 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA62484; Wed, 10 Nov 1999 21:18:56 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id HAA00495; Wed, 10 Nov 1999 07:09:02 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199911100709.HAA00495@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Poul-Henning Kamp Cc: Brian Somers , cvs-committers@freebsd.org, cvs-all@freebsd.org, brian@hak.lan.Awfulhak.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/release boot_crunch.conf.generic boot_crunch.conf.pccard In-Reply-To: Message from Poul-Henning Kamp of "Wed, 10 Nov 1999 06:30:41 +0100." <25979.942211841@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 10 Nov 1999 07:09:02 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > In message <199911092123.VAA03572@hak.lan.Awfulhak.org>, Brian Somers writes: > >> phk 1999/11/09 02:22:56 PST > >> > >> Modified files: > >> release boot_crunch.conf.generic > >> boot_crunch.conf.pccard > >> Log: > >> Add libnetgraph > >> > >> Revision Changes Path > >> 1.6 +2 -2 src/release/boot_crunch.conf.generic > >> 1.4 +2 -2 src/release/boot_crunch.conf.pccard > > > >You'll need to add ``options NETGRAPH'' to the GENERIC kernel (or add > >it into src/release/scripts/dokern.sh) and either arrange for a bunch > >of the netgraph modules to be available to sysinstall or option them > >in along with NETGRAPH. > > > >You'll also need to change the compile-out-netgraph stuff in ppp's > >Makefile when it's being built at ``make release'' time. > > Make release worked for me with this patch. I have not tried to use > a PPP installation, I'll leave whatever else is needed for you. Make release should have been fixed by my change to ppp/Makefile. I believe the problem was that release builds ppp for the sbin archive first, leaving the netgraph.o object lying around. When it then builds ppp for the crunchgen stuff, it picks up on the netgraph.o file and goes belly up. I changed it so that it creates an empty .o file at this point. A similar thing is done for chap_ms, nat_cmd and radius, all of which are compiled out of the release crunch. > -- > Poul-Henning Kamp FreeBSD coreteam member > phk@FreeBSD.ORG "Real hackers run -current on their laptop." > FreeBSD -- It will take a long time before progress goes too far! -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message