Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2005 18:14:39 +0000
From:      Peter Risdon <peter@circlesquared.com>
To:        Tom Vilot <tom@vilot.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: PHP / Apache bus error
Message-ID:  <1111601679.756.20.camel@lorna.circlesquared.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1111601679.756.20.camel>