Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 1999 07:09:02 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Brian Somers <brian@Awfulhak.org>, 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 
Message-ID:  <199911100709.HAA00495@hak.lan.Awfulhak.org>
In-Reply-To: Message from Poul-Henning Kamp <phk@critter.freebsd.dk>  of "Wed, 10 Nov 1999 06:30:41 %2B0100." <25979.942211841@critter.freebsd.dk> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <brian@Awfulhak.org>                        <brian@FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@OpenBSD.org>
Don't _EVER_ lose your sense of humour !          <brian@FreeBSD.org.uk>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911100709.HAA00495>