From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 00:04:48 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 2A80A16A41F for ; Mon, 5 Sep 2005 00:04:48 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA5143D45 for ; Mon, 5 Sep 2005 00:04:47 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMB00CAHHJW4152@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Sun, 04 Sep 2005 19:04:45 -0500 (CDT) Date: Sun, 04 Sep 2005 20:04:39 -0400 From: WOB In-reply-to: <005401c5b191$79c9a6c0$6601a8c0@GRANT> To: freebsd-questions@freebsd.org Message-id: <431B8B97.4070106@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: <005401c5b191$79c9a6c0$6601a8c0@GRANT> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Subject: 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 00:04:48 -0000 Hi, 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=. I thought I had read somewhere that I am not supposed to put the ports-all and doc-all lines in to the stable-supfile for 6.0, but I cannot find where I saw it. I think some guy got ports from RELENG_7, or something like that (though I later read there is only set of ports). Is it okay to put them in like this? ports-all tag=. doc-all tag=. Thanks! (below are my instructions I usually try to follow) cd /usr/src cp /usr/share/examples/cvsup/stable-supfile . cp /usr/share/examples/cvsup/refuse . nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_5 ports-all tag=. doc-all tag=. cvsup -g -L 2 stable-supfile less UPDATING make buildworld make buildkernel KERNCONF=GENERIC make installkernel shutdown -r now shutdown now cd /usr/src make installworld mergemaster delete hosts file run MAKEDEV at end shutdown -r now portsdb -Uu portversion -l "<" portupgrade -arR reboot