From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 18:14:46 2005 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 9E1C716A4CE for ; Wed, 23 Mar 2005 18:14:46 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3344743D48 for ; Wed, 23 Mar 2005 18:14:45 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j2NIEeMA002355; Wed, 23 Mar 2005 18:14:40 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: Tom Vilot In-Reply-To: <20050323164316.GB1383@vilot.com> References: <20050322162216.GA1354@vilot.com> <1111509994.751.306.camel@lorna.circlesquared.com> <20050322170234.GA1576@vilot.com> <1111513253.751.314.camel@lorna.circlesquared.com> <4240D4EE.60004@vilot.com> <1111561796.751.348.camel@lorna.circlesquared.com> <20050323164316.GB1383@vilot.com> Content-Type: text/plain Date: Wed, 23 Mar 2005 18:14:39 +0000 Message-Id: <1111601679.756.20.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: "freebsd-questions@freebsd.org" Subject: Re: PHP / Apache bus error 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, 23 Mar 2005 18:14:46 -0000 On Wed, 2005-03-23 at 09:49 -0700, Tom Vilot wrote: > Peter Risdon helpful contributes: [...] > > On the 4.9 server, what should my supfile's tag be? > > *default release=cvs tag=RELENG_4_11 If you like. I'd use *default release=cvs tag=RELENG_4 The difference has been discussed exhaustively on this list before. This is a good example: http://lists.freebsd.org/pipermail/freebsd-questions/2004-July/053176.html > > Is that right? > > And I assume I would then be safe doing: > > rm -fr /usr/src No need for this line. If you've ever made world or kernel before there's a BIG need for: # cd /usr/obj # chflags -R noschg * # rm -rf * before doing it again. But this is all in the handbook. > cvsup stable-supfile #cvsup -g -L 2 stable-supfile Peter.