diff options
author | kensmith <kensmith@FreeBSD.org> | 2007-10-11 04:28:08 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2007-10-11 04:28:08 +0000 |
commit | c80a7cd238808875211d82d4b00b7dd418070388 (patch) | |
tree | d771322232aef33ec79de2b3e18d4ce9e72782ac /share/examples | |
parent | 19aa36cbf7ba0aece672571a03b6221cc01cae35 (diff) | |
download | FreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.zip FreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.tar.gz |
To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.
Approved by: re (implicit)
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/cvsup/stable-supfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 4b450cb..3b0c8e9 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -66,10 +66,10 @@ *default host=CHANGE_THIS.FreeBSD.org *default base=/var/db *default prefix=/usr -# The following line is for 6-stable. If you want 5-stable, 4-stable, -# 3-stable, or 2.2-stable, change to "RELENG_5", "RELENG_4", "RELENG_3", -# or "RELENG_2_2" respectively. -*default release=cvs tag=RELENG_6 +# The following line is for 7-stable. If you want 6-stable, 5-stable, +# 4-stable, 3-stable, or 2.2-stable, change to "RELENG_6", "RELENG_5", +# "RELENG_4", "RELENG_3", or "RELENG_2_2" respectively. +*default release=cvs tag=RELENG_7 *default delete use-rel-suffix # If you seem to be limited by CPU rather than network or disk bandwidth, try |