From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 17:32:25 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 2EDAF16A420 for ; Sun, 4 Dec 2005 17:32:25 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D4943D70 for ; Sun, 4 Dec 2005 17:32:18 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 955E7614A; Sun, 4 Dec 2005 11:32:17 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74731-05; Sun, 4 Dec 2005 11:32:15 -0600 (CST) Received: by makeworld.com (Postfix, from userid 1008) id 0131E62DA; Sun, 4 Dec 2005 11:32:15 -0600 (CST) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id C7F6D6172; Sun, 4 Dec 2005 11:32:14 -0600 (CST) Message-ID: <43932823.9090300@makeworld.com> Date: Sun, 04 Dec 2005 11:32:19 -0600 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "ke.han" References: <43932546.4090904@redstarling.com> In-Reply-To: <43932546.4090904@redstarling.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - FreeBSD:The Power To Serve Cc: FreeBSD Q ML Subject: Re: how to track 6.0 increments ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2005 17:32:25 -0000 ke.han wrote: > I have installed 6.0 and would like to follow important changes before > something labeled 6.1 comes out. > What is the prescribed method for this? > > I don't want to follow current or stable (I don't think). I just want > security fixes and other changes that might be termed 6.01 if there were > such a thing. > > To add to the question, while playing with my system, I did: > > cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/standard-supfile > ...and then later... > cvsup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/stable-supfile > > I have not recompiled the kernel or anything. Just sync'd the source. > So, how do I get things back to the 6.0 install source? and how do I > track things from this point? I have read all the handbook has to > offer. Unfortunately, it is mostly general information. I need a > simple clear recipe. > > thanks, ke han Create your own - something like this: # Development branch for 6-STABLE. (RELENG_6) # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. # *default host=cvsup2.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_6 *default delete use-rel-suffix src-all # Security branch for 6.0-RELEASE-px. (RELENG_6_0) # # This file contains all of the "CVSup collections" that make up the # FreeBSD-Security branch source tree. # *default host=cvsup2.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_6_0 *default delete use-rel-suffix src-all -- Best regards, Chris There is always more dirty laundry then clean laundry.