From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:11:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D34316A41F for ; Mon, 5 Sep 2005 08:11:57 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2986E43D45 for ; Mon, 5 Sep 2005 08:11:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a006.otenet.gr [212.205.215.6]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j858BpR3025243; Mon, 5 Sep 2005 11:11:52 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j858Bl3N001502; Mon, 5 Sep 2005 11:11:47 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j858BfSQ001497; Mon, 5 Sep 2005 11:11:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Sep 2005 11:11:39 +0300 From: Giorgos Keramidas To: WOB Message-ID: <20050905081139.GA1378@gothmog.gr> References: <431BA793.9080504@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431BA793.9080504@verizon.net> Cc: freebsd-questions@freebsd.org Subject: Re: what tweaks for stable-supfile in RELENG_6 ? (update after initial install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:11:57 -0000 On 2005-09-04 22:04, WOB wrote: > I'm going to try in to install FreeBSD 6.0-Beta3, and am curious how I > should tweak the stable-supfile. Actually I did an install from CD, I > usually immediately update from the net after a CD install, so I can get > the latest stuff. > > When I installed 5.4 I made these changes to the stable-supfile: > > nano -w stable-supfile > host = cvsup10.FreeBSD.org > *default release=cvs tag=RELENG_5 > ports-all tag=. > doc-all tag=. > > For 6.0-Beta3, I plan to only change to RELENG_6, like this: > > nano -w stable-supfile > host = cvsup10.FreeBSD.org > *default release=cvs tag=RELENG_6 > ports-all tag=. > doc-all tag=. You're not getting any of the "source" collections this way and you have unnecessarily trimmed useful defaults. Just copy stable-supfile somewhere and change RELENG_5 to RELENG_6. This should be the only change you need. Then, you can fire up cvsup with: # cvsup -h cvsup10.FreeBSD.org my-supfile