At 11:57 PM 3/22/2000 -0500, Andy wrote:
>I just cvsup'd from my freshly installed 4.0 system, using the following
>supfile, and now that I reboot, and do a uname -a; I find I am in
>5.0-CURRENT?
>
>supfile is:
># Defaults that apply to all the collections
>*default host=cvsup5.FreeBSD.org
>*default base=/usr
>*default prefix=/usr
># The following line is for 4-stable.  If you want 3.x-stable, change
># "RELENG_4" to "RELENG_3".
>*default release=cvs tag=RELENG_4
>*default delete use-rel-suffix
>*default release=cvs tag=.
>*default compress
>src-all
>cvs-crypto
>ports-all
>
>         My uname -a output is:
>
>FreeBSD phreakr.lewman.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Mar
>22 23:44:39 EST 2000
>[EMAIL PROTECTED]:/usr/src/sys/compile/PHREAKR  i386
>
>
>         Did I miss something?
>


You have

>*default release=cvs tag=RELENG_4
>*default release=cvs tag=.



I guess it takes the second which is HEAD or current... You want just

*default release=cvs tag=RELENG_4



         --Mike



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to