Date: Sat, 1 Feb 2003 11:19:24 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: questions@FreeBSD.ORG Subject: Re: FreeBSD 2.7-RELEASE - Where are cvsup example files? Message-ID: <20030201111924.GC84798@happy-idiot-talk.infracaninophi> In-Reply-To: <BA60B076.1F993%joe@via.net> References: <BA60B076.1F993%joe@via.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 31, 2003 at 11:00:06PM -0800, joe mcguckin wrote: > What happened to the example config files that used to live > In /usr/share/examples/cvsup ? Errr... I hope you mean 4.7-RELEASE --- I don't think there was ever a 2.7 release, although there was a 2.2.7 one upon a time. As I remember, the cvsup example files were accidentally left out of 4.6-RELEASE, but that was corrected very quickly and they've been in all subsequent releases. See http://www.freebsd.org/cgi/cvsweb.cgi/src/share/examples/cvsup/ for the CVS entries. If you've got the full system sources installed, you'll find copies in /usr/src/share/examples/cvsup, or you can use cvsup to pull down good copies. To solve the chicken-and-egg problem I've just posed you, use this sup-file: *default host=cvsup3.freebsd.org # Choose a server that's close *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_7 *default delete use-rel-suffix src-all 'tag=RELENG_4_7' will get you the latest patchlevel of 4.7-RELEASE. 'tag=RELENG_4' will get you the latest 4-STABLE. 'tag=RELENG_5_0' will get you 5.0-RELEASE and 'tag=.' will get you the latest 5-CURRENT Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey 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?20030201111924.GC84798>