Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 1999 12:33:49 -0400 (EDT)
From:      Lanny Baron <lnb@freedom.cybertouch.org>
To:        The Hermit Hacker <scrappy@hub.org>, freebsd-stable@FreeBSD.ORG
Subject:   Re: How to cvsup 3.1-RELEASE?
Message-ID:  <Pine.BSF.4.05.9904241226080.71257-100000@freedom.cybertouch.org>
In-Reply-To: <Pine.BSF.4.05.9904241318330.6906-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
If i understand you, you want to upgrade to 3.1-stable. If that is right
do the following. Edit your /etc/make.conf to look like the following:

SUP_UPDATE=     yes
#
SUP=            /usr/local/bin/cvsup
SUPFLAGS=       -g -L 2 -z -h cvsup3.freebsd.org
SUPFILE=        /usr/share/examples/cvsup/stable-supfile
SUPFILE1=       /usr/share/examples/cvsup/secure-supfile
SUPFILE2=       /usr/share/examples/cvsup/ports-supfile
#
which is near the bottom of the make.conf file. As you see i have changed
the the SUPFILE=  to /stable-supfile. You can put what you want..like
current. Its in /usr/share/examples. But dont change whats in that
(/usr/share/examples). Then save the file and do the following

add a -h cvsup3.freebsd.org (in the make.conf)
cd /usr/src
make update
make world
cd /sys/i386/conf
do your kernel config
config kernel
cd ../../compile/kernel
make depend && make all && make install

Lanny Baron




On Sat, 24 Apr 1999, The Hermit Hacker wrote:

> 
> Morning...
> 
> 	Okay, I have to backup this server to 3.1-RELEASE...what do I need
> to change my tag line to in cvsup to pull down those sources, instead of
> 3.1-STABLE?  If this possible, or do I have to grab the source tree and go
> back by a date?
> 
> Thanks...
> 
> Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> Systems Administrator @ hub.org 
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
> 





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9904241226080.71257-100000>