diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-10-24 09:07:06 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-10-24 09:07:06 +0000 |
| commit | 6d0873dadb09059bd8aac635fcb5d3143441e0bf (patch) | |
| tree | d4b8aaa03f32ed85a177db8d5760f5b14945abd7 /share/examples/cvsup | |
| parent | 085f35d6f33f3313d6a8f728d0e21aa005bf4d0b (diff) | |
Notes
Diffstat (limited to 'share/examples/cvsup')
| -rw-r--r-- | share/examples/cvsup/stable-supfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index bc3ebbac5de3..1833e135a0d4 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -68,9 +68,9 @@ *default host=CHANGE_THIS.FreeBSD.org *default base=/var/db *default prefix=/usr -# The following line is for 4-stable. If you want 3-stable or 2.2-stable, -# change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively. -*default release=cvs tag=RELENG_4 +# The following line is for 5-stable. If you want 4-stable, 3-stable, or +# 2.2-stable, change to "RELENG_4", "RELENG_3", or "RELENG_2_2" respectively. +*default release=cvs tag=RELENG_5 *default delete use-rel-suffix # If you seem to be limited by CPU rather than network or disk bandwidth, try |
