From 3ad4e7ecb3b3b406afc9ab451ca486f8d5d53b6c Mon Sep 17 00:00:00 2001 From: John Polstra Date: Thu, 11 Feb 1999 18:04:17 +0000 Subject: [PATCH] RELENG_3 is now "the" stable branch. --- share/examples/cvsup/secure-stable-supfile | 8 ++++---- share/examples/cvsup/stable-supfile | 13 ++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/share/examples/cvsup/secure-stable-supfile b/share/examples/cvsup/secure-stable-supfile index 3034f67823a..d780a96e693 100644 --- a/share/examples/cvsup/secure-stable-supfile +++ b/share/examples/cvsup/secure-stable-supfile @@ -1,4 +1,4 @@ -# $Id: secure-stable-supfile,v 1.8 1997/09/03 20:40:12 jdp Exp $ +# $Id: secure-stable-supfile,v 1.9 1997/10/02 00:01:33 jkh Exp $ # # This file contains all of the "CVSup collections" that make up the # source tree of the FreeBSD-stable international secure distribution. @@ -41,9 +41,9 @@ *default host=cvsup.internat.FreeBSD.org *default base=/usr *default prefix=/usr -# The following line is for 2.2-stable. If you want 2.1-stable, change -# "RELENG_2_2" to "RELENG_2_1_0". -*default release=cvs tag=RELENG_2_2 +# The following line is for 3-stable. If you want 2.2-stable, change +# "RELENG_3" to "RELENG_2_2". +*default release=cvs tag=RELENG_3 *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line. diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 0c7a671adeb..68983cf3c54 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -1,4 +1,4 @@ -# $Id: stable-supfile,v 1.11 1997/09/24 03:54:43 jdp Exp $ +# $Id: stable-supfile,v 1.12 1997/10/02 00:01:35 jkh Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. @@ -53,9 +53,8 @@ # ports-all tag=. # # If you leave out the "tag=." portion, CVSup will delete all of -# the files in your ports tree. That is because "RELENG_2_1_0" and -# "RELENG_2_2" are not valid tags for the ports portion of the CVS -# repository. +# the files in your ports tree. That is because the ports collections +# do not use the same tags as the main part of the FreeBSD source tree. # ############################################################################### @@ -63,9 +62,9 @@ *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr -# The following line is for 2.2-stable. If you want 2.1-stable, change -# "RELENG_2_2" to "RELENG_2_1_0". -*default release=cvs tag=RELENG_2_2 +# The following line is for 3-stable. If you want 2.2-stable, change +# "RELENG_3" to "RELENG_2_2". +*default release=cvs tag=RELENG_3 *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line.