From owner-freebsd-questions Sat Dec 1 19:30:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 8F2B037B405 for ; Sat, 1 Dec 2001 19:30:14 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 23F1FBCDF; Sat, 1 Dec 2001 19:30:14 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id TAA28549; Sat, 1 Dec 2001 19:30:13 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id fB23UU209953; Sat, 1 Dec 2001 19:30:30 -0800 (PST) (envelope-from swear@blarg.net) To: Darren Crotchett Cc: freebsd-questions@FreeBSD.ORG Subject: Re: updating References: <20011201211900.967F637B421@hub.freebsd.org> <20011201152027.D8217@xor.obsecurity.org> <20011202014350.9544D37B416@hub.freebsd.org> <20011202015108.75CB337B41C@hub.freebsd.org> From: swear@blarg.net (Gary W. Swearingen) Date: 01 Dec 2001 19:30:28 -0800 In-Reply-To: <20011202015108.75CB337B41C@hub.freebsd.org> Message-ID: Lines: 27 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't know about your 2nd CD and I haven't used "cvs", but it's much more common to use "cvsup". You'll need to read about that in the handbook, etc, and check out the files in /usr/sup and maybe /usr/share/examples/cvsup/ too. Takes a while to figure out, natch. You probably ought to create a "refuse" file too to avoid DLing all the non-English stuff, at least. You'll probably copy /usr/share/examples/cvsup/stable-supfile to /usr/sup and edit to your liking. I use something like: *default host=cvsup8.FreeBSD.org *default base=/usr *default prefix=/usr *default tag=RELENG_4 *default release=cvs *default delete *default use-rel-suffix #ports-all tag=. #doc-all tag=. #www tag=. src-all I (un)comment some of the last four lines as desired before doing "cvsup /usr/doc/stable-supfile" and hitting the little go icon, but if you're not running X, include options "-g -L 2". You might as well get "ports-all" too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message