diff options
author | jdp <jdp@FreeBSD.org> | 1999-02-11 18:04:17 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-02-11 18:04:17 +0000 |
commit | 316ad970a3b54894f91b5dae4c64750ab3042f6d (patch) | |
tree | 72c82f3a2f7ace1b8d5a6afeec34d32dffd18cae /share/examples | |
parent | 05f8ce6c1415b75dc685d74830fe4a72fa7d2fa2 (diff) | |
download | FreeBSD-src-316ad970a3b54894f91b5dae4c64750ab3042f6d.zip FreeBSD-src-316ad970a3b54894f91b5dae4c64750ab3042f6d.tar.gz |
RELENG_3 is now "the" stable branch.
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/cvsup/secure-stable-supfile | 8 | ||||
-rw-r--r-- | 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 3034f67..d780a96 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 0c7a671..68983cf 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. |