From owner-freebsd-questions Thu May 18 23:57:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 832CF37BA4B for ; Thu, 18 May 2000 23:57:10 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.13 #1) id 12sghr-000I0Q-00; Fri, 19 May 2000 08:56:23 +0200 Date: Fri, 19 May 2000 08:56:23 +0200 From: Marc Silver To: james Cc: freebsd-questions@freebsd.org Subject: Re: cvsuping - make world, etc etc Message-ID: <20000519085623.A69201@draenor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from wabit@adl.ussr.net on Fri, May 19, 2000 at 01:16:39PM +0930 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, You should read: http://www.freebsd.org/handbook/makeworld.html -- it has about all the information you need to help you go to -STABLE. On Fri, May 19, 2000 at 01:16:39PM +0930, james wrote: > I've had a brief look at /usr/share/examples/stable-supfile, and what > confuses me is what do I select to download! - I'm on a connection that I > pay per meg (argh), and well, I only want the stuff that I need... Basically, I would suggest getting all the source..., but you don't have to. Simply comment out what you don't want in the stable-supfile and then cvsup. > I've been told I need to do a make world to go up to stable, but there is > no information (that I've been able to find) which actually explains what > this entails.... See: http://www.freebsd.org/handbook/makeworld.html > ie, I want to keep sshd working - where/how do I make sure I include the > source for this to make sure that it is included (and therefore included > in a make world)... sshd will continue to work even if you change to -STABLE. > The information about the versions seems cryptic?; > > # The following line is for 3-stable. If you want 2.2-stable, change > # "RELENG_3" to "RELENG_2_2". > *default release=cvs tag=RELENG_3 > *default delete use-rel-suffix > > but I want 4.0 stable? - is there some form of up to date list? - the > handbook only mentions up to; You'll want to make that: *default release=cvs tag=RELENG_4 (you're specifying the source for 4 and not 3) Hope this helps you out, Cheers, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message