Date: Thu, 17 Oct 2002 17:36:14 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Denis Fournier <denis.fournier@crc.ca> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 2.2.6 Message-ID: <20021017163614.GB91257@happy-idiot-talk.infracaninophi> In-Reply-To: <200210171521.g9HFLfaE028398@mercury.dgim.crc.ca> References: <200210171521.g9HFLfaE028398@mercury.dgim.crc.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 17, 2002 at 11:20:44AM -0400, Denis Fournier wrote: > Hi, I work in a research environnement. I found and installed FreeBSD > 2.2.6. But now I need to recompile the Kernel but the download did not come > with the src directory. > I know that I can check on the CVS server but I don't know how to get the > files. > I would appreciate if someone can e-mail me the src directory or tell me > where a can get it or how to get it if I have to go on the CVS server. Have you got a copy of cvsup that will work on that old a system? If so, then you should be able to use a supfile like the following to retrieve all of the system sources: *default host=cvsup.ca.freebsd.org *default base=/usr *default prefix=/usr *default release cvs tag=RELENG_2_2 (or RELENG_2_2_6_RELEASE) *default delete use-rel-suffix *default compress src-all Then I believe you may have to hunt around in /usr/share/examples/cvsup to find out how to download some extra crypto stuff which has been rolled into the main codebase for modern releases. If you can't get hold of a version of cvsup that works on that system, you should be able to pull down the sources by anonymous cvs: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html where you will ultimately want to run: cvs co -rRELENG_2_2 src which should get you the latest 2.2.x sources for the kernel and the rest of the system. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021017163614.GB91257>