*BSD News Article 63184


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!newshost.telstra.net!act.news.telstra.net!psgrain!usenet.eel.ufl.edu!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!news.inc.net!news.us.world.net!ns2.mainstreet.net!bug.rahul.net!rahul.net!a2i!hustle.rahul.net!rahul.net!a2i!news.clark.net!not-for-mail
From: dboynton@clark.net (Dave Boynton)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: ppp-enabled kernel needed
Date: 9 Mar 1996 23:31:46 GMT
Organization: Dave's workshop
Lines: 19
Message-ID: <4ht4d2$6uh@clarknet.clark.net>
References: <4hcv9m$pj7@noc.tor.hookup.net>
NNTP-Posting-Host: explorer.clark.net
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]

Greg Schmidt (gschmidt@noc.tor.hookup.net) wrote:
: 
: I want to get ppp running on my system (2.0.5-950622-SNAP GENERIC).  I
: don't really have the disk space to load all the sources, and I understand
: that the kernel needs to be modified to support ppp.
: 
: So, does anyone out there have such a kernel that they would be willing
: to send me?  Failing that, can I get *just* the kernel sources?  One of
Yes, you can get just the sources, though I got mine for 2.1-RELEASE, so
I don't know about that particular SNAP.  Ftp to ftp.freebsd.org, 
cd /pub/FreeBSD/2.1-RELEASE/src, and get all the files like "ssys.*".
You may be able to use pkg_add to load them, but in any case, if you
cat them into a single file, gzip -d it, you'll have 14meg tar file
with just the kernel sources. It doesn't matter where you untar them,
but I think /usr/src/sys or /src/sys is pretty much the standard.
Do a "man config" to see what you have to do next.

Dave