From owner-cvs-all Wed Nov 10 18:39:50 1999 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (dynamic-37.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.165]) by hub.freebsd.org (Postfix) with ESMTP id C160914CF3; Wed, 10 Nov 1999 18:39:42 -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 CAA64648; Thu, 11 Nov 1999 02:39:41 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 CAA04441; Thu, 11 Nov 1999 02:43:32 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199911110243.CAA04441@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 22:43:17 +0100." <29073.942270197@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Nov 1999 02:43:32 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > >> >> > >> >> 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 > >> > > >> 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. > > but it still needs linked with libnetgraph which is what my change > did. I think we're talking at cross purposes. Make release builds ppp twice, once normally and once with certain things (like NAT and RADIUS) compiled out for the crunch stuff that squeezes ppp into sysinstall. When I committed the PPPoE stuff I intended to compile it out for the crunch stuff, *but* The crunch stuff will pick up the stale ether.o file (despite ether.c not being in SRCS). Special code is required to create an empty ether.o so that the netgraph symbols go away completely. Of course I managed to screw up my commit and created a zero length netgraph.o rather than ether.o (*duh*). Anyway, as nobody's complained much about the idea of having PPPoE in sysinstall, I'll add the base, socket and pppoe nodes to the kernel and build netgraph into ppp for sysinstall :-) This'll have to wait 'till I'm done with pppoed though. > -- > 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