From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 17:20:08 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 7008116A41F for ; Sun, 4 Dec 2005 17:20:08 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: from smtp102.biz.mail.mud.yahoo.com (smtp102.biz.mail.mud.yahoo.com [68.142.200.237]) by mx1.FreeBSD.org (Postfix) with SMTP id CBAF443D69 for ; Sun, 4 Dec 2005 17:20:07 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 35279 invoked from network); 4 Dec 2005 17:20:07 -0000 Received: from unknown (HELO ?192.168.1.2?) (jhancock@patternware.com@218.79.199.193 with plain) by smtp102.biz.mail.mud.yahoo.com with SMTP; 4 Dec 2005 17:20:07 -0000 Message-ID: <43932546.4090904@redstarling.com> Date: Mon, 05 Dec 2005 01:20:06 +0800 From: "ke.han" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Q ML Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: how to track 6.0 increments ? 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: Sun, 04 Dec 2005 17:20:08 -0000 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