From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:53:21 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 2738F16A41F for ; Mon, 5 Sep 2005 15:53:21 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA45643D45 for ; Mon, 5 Sep 2005 15:53:20 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMC005FVPGVMAH0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 10:53:20 -0500 (CDT) Date: Mon, 05 Sep 2005 11:53:18 -0400 From: WOB In-reply-to: <20050905081139.GA1378@gothmog.gr> To: Giorgos Keramidas Message-id: <431C69EE.9070907@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <431BA793.9080504@verizon.net> <20050905081139.GA1378@gothmog.gr> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) 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 15:53:21 -0000 Hi Giorgos, >>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. > > That is actually just a snippet from my stable-supfile, those are just the lines that I changed. The file is otherwise the same as the one in the examples directory. I start with these commands: cd /usr/src cp /usr/share/examples/cvsup/stable-supfile . cp /usr/share/examples/cvsup/refuse . nano -w stable-supfile thanks!