diff options
author | kensmith <kensmith@FreeBSD.org> | 2009-08-24 18:43:22 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2009-08-24 18:43:22 +0000 |
commit | d995bd8a8cc58f69d5cbf52fb96ecffb538aa638 (patch) | |
tree | a32b4936d21a89917340e49ab2e916a93ffb0d00 /share/examples | |
parent | 217ee8b4b843a1aa3e346842ab611107dbea6f14 (diff) | |
download | FreeBSD-src-d995bd8a8cc58f69d5cbf52fb96ecffb538aa638.zip FreeBSD-src-d995bd8a8cc58f69d5cbf52fb96ecffb538aa638.tar.gz |
Update example for RELENG_8.
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/cvsup/stable-supfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 3b0c8e9..7f4f0e9 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -66,10 +66,11 @@ *default host=CHANGE_THIS.FreeBSD.org *default base=/var/db *default prefix=/usr -# 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 +# The following line is for 8-stable. If you want 7-stable, 6-stable, +# 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_7", +# "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or "RELENG_2_2" +# respectively. +*default release=cvs tag=RELENG_8 *default delete use-rel-suffix # If you seem to be limited by CPU rather than network or disk bandwidth, try |