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. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"