From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 14:11:09 2003 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 4B9B037B401 for ; Mon, 18 Aug 2003 14:11:09 -0700 (PDT) Received: from remt24.cluster1.charter.net (remt24.cluster1.charter.net [209.225.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6D943FA3 for ; Mon, 18 Aug 2003 14:11:07 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt24.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 126769930 for freebsd-questions@freebsd.org; Mon, 18 Aug 2003 17:11:05 -0400 From: "Charles Howse" To: Date: Mon, 18 Aug 2003 16:10:58 -0500 Message-ID: <00b301c365cd$38b4f430$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20030818203242.GB62425@happy-idiot-talk.infracaninophile.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Make world 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: Mon, 18 Aug 2003 21:11:09 -0000 > > *default host=cvsup11.FreeBSD.org > > *default base=/usr > > *default prefix=/usr > > *default release=cvs > > *default tag=RELENG_4 > > RELENG_4 gets you 4.8-STABLE. From what you say above, you probably > want RELENG_4_8 which gets you 4.8-RELEASE-p3 at the moment. Thanks for a very informative reply! For clarity, would it be fair to say: 4.8-RELEASE-p3 is to 4.8-RELEASE as Windows 2000 Service Pack 3 is to Windows 2000? If so, then I would edit /etc/cvsupfile *before* running cvsup, and after that I would *definitly* 'make world'...?