From owner-freebsd-stable Sat Apr 24 9:33:55 1999 Delivered-To: freebsd-stable@freebsd.org Received: from freedom.cybertouch.org (freedom.cybertouch.org [216.183.4.2]) by hub.freebsd.org (Postfix) with ESMTP id D92DE14F35 for ; Sat, 24 Apr 1999 09:33:53 -0700 (PDT) (envelope-from lnb@freedom.cybertouch.org) Received: from localhost (lnb@localhost) by freedom.cybertouch.org (8.9.3/8.9.3) with ESMTP id MAA71329; Sat, 24 Apr 1999 12:33:49 -0400 (EDT) Date: Sat, 24 Apr 1999 12:33:49 -0400 (EDT) From: Lanny Baron To: The Hermit Hacker , freebsd-stable@FreeBSD.ORG Subject: Re: How to cvsup 3.1-RELEASE? In-Reply-To: Message-ID: City: Thorhill Province: Ontario Postal: L4J 6X4 Tel: 905-763-1900 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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