From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 11:17:05 2004 Return-Path: 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 7EF3B16A4CE for ; Wed, 25 Feb 2004 11:17:05 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313F743D1D for ; Wed, 25 Feb 2004 11:17:05 -0800 (PST) (envelope-from ste@ste-land.com) Received: from ste-land.com (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) by spock.ste-land.com (Postfix) with ESMTP id 526372D24C for ; Wed, 25 Feb 2004 14:17:01 -0500 (EST) Message-ID: <403CF4AD.2030007@ste-land.com> Date: Wed, 25 Feb 2004 14:17:01 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: cvsupfile question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 19:17:05 -0000 I installed 5.2 from ISOs, then wanted to keep it up to date with the latest security fixes and to keep my ports & doc trees up to date as well. I tried the following cvsupfile, and got two thirds of what I wanted, so I must not quite understand it yet. My ports & docs are up to date, but instead of just getting security fixes to 5.2, my system source jumped to 5.2.1rc2. I don't want to go to 5.2.1 until it's officially released. I'm reinstalling from scratch, and want to do it right this time. Can someone help me correct my cvsupfile, please? TIA peter# cat /etc/cvsupfile *default tag=RELENG_5_2 *default host=cvsup12.us.freebsd.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress src-all *default tag=. ports-all doc-all peter# -ste