From owner-freebsd-questions Wed Dec 23 07:41:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00488 for freebsd-questions-outgoing; Wed, 23 Dec 1998 07:41:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00469; Wed, 23 Dec 1998 07:41:11 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id QAA48784; Wed, 23 Dec 1998 16:40:49 +0100 (CET) (envelope-from des) To: Gustavo Vieira G C Rios Cc: FreeBSD Questions Subject: Re: keeping updated with FreeBSD (some help please) References: <3680F56B.128CBDDF@netshell.vicosa.com.br> From: Dag-Erling Smorgrav Date: 23 Dec 1998 16:40:49 +0100 In-Reply-To: Gustavo Vieira G C Rios's message of "Wed, 23 Dec 1998 11:51:39 -0200" Message-ID: Lines: 49 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [moved to -questions] Gustavo Vieira G C Rios writes: > Can anyone do any comments about this supfile? > I am beginning with FreeBSD, so i just wanna update my 2.2.7 Release to > 3.0.0! All i need do is to update my /usr/src, right? and "make world" > right ? No, you need to convert from aout to Elf, so it's a little more complicated. In fact, it's complicated enough that I'd recommend doing a fresh install of 3.0 if that is at all possible for you. > my supfile is: > *default tag=RELENG_3_0_0_RELEASE > *default hosts=cvsup.internat.FreeBSD.ORG > *default prefix=/usr > *defatul base=/usr/local/etc/cvsup > *default release=cvs delete user-rel-suffix compress > src-all > doc-all > cvs-crypto I'd use: *default host=cvsup.internat.FreeBSD.org *default base=/usr prefix=/usr *default release=cvs tag=RELENG_3_0_0_RELEASE *default delete use-rel-suffix compress src-all doc-all tag=. src-crypto src-eBones src-secure You probably want the ports as well; if so, add: ports-all tag=. Take a look in /usr/share/examples/cvsup for other examples. In any case, there's no reason not to go all the way and cvsup the most recent -current (it's pretty stable these days); if you want to do that, just change 'tag=RELENG_3_0_0_RELEASE' to 'tag=.' (in that case you can remove the 'tag=.' on the doc-all and ports-all lines) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message