svn commit: r196515 - head/share/examples/cvsup

Ken Smith kensmith at FreeBSD.org
Mon Aug 24 18:43:25 UTC 2009


Author: kensmith
Date: Mon Aug 24 18:43:22 2009
New Revision: 196515
URL: http://svn.freebsd.org/changeset/base/196515

Log:
  Update example for RELENG_8.

Modified:
  head/share/examples/cvsup/stable-supfile

Modified: head/share/examples/cvsup/stable-supfile
==============================================================================
--- head/share/examples/cvsup/stable-supfile	Mon Aug 24 17:19:45 2009	(r196514)
+++ head/share/examples/cvsup/stable-supfile	Mon Aug 24 18:43:22 2009	(r196515)
@@ -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


More information about the svn-src-head mailing list