svn commit: r233526 - stable/9/share/examples/cvsup
Eitan Adler
eadler at FreeBSD.org
Tue Mar 27 00:51:29 UTC 2012
Author: eadler
Date: Tue Mar 27 00:51:28 2012
New Revision: 233526
URL: http://svn.freebsd.org/changeset/base/233526
Log:
MFC r233428:
- Direct users to csup instead of cvsup in the csup-file boilerplate text.
Approved by: cperciva (implicit)
Modified:
stable/9/share/examples/cvsup/cvs-supfile
stable/9/share/examples/cvsup/doc-supfile
stable/9/share/examples/cvsup/gnats-supfile
stable/9/share/examples/cvsup/ports-supfile
stable/9/share/examples/cvsup/stable-supfile
stable/9/share/examples/cvsup/standard-supfile
stable/9/share/examples/cvsup/www-supfile
Directory Properties:
stable/9/share/examples/cvsup/ (props changed)
Modified: stable/9/share/examples/cvsup/cvs-supfile
==============================================================================
--- stable/9/share/examples/cvsup/cvs-supfile Mon Mar 26 21:47:06 2012 (r233525)
+++ stable/9/share/examples/cvsup/cvs-supfile Tue Mar 27 00:51:28 2012 (r233526)
@@ -3,19 +3,16 @@
# This file contains all of the "CVSup collections" that make up the
# CVS development tree of the FreeBSD system.
#
-# CVSup (CVS Update Protocol) allows you to download the latest CVS
+# csup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
-# and efficiently (far more so than with sup, which CVSup is aimed
-# at replacing). If you're running CVSup interactively, and are
-# currently using an X display server, you should run CVSup as follows
-# to keep your CVS tree up-to-date:
+# and efficiently
#
-# cvsup cvs-supfile
+# To keep your CVS tree up-to-date run:
#
-# If not running X, or invoking cvsup from a non-interactive script, then
-# run it as follows:
+# csup cvs-supfile
#
-# cvsup -g -L 2 cvs-supfile
+# Note that this only updates the tree contents and does not
+# update what is actually installed.
#
# You may wish to change some of the settings in this file to better
# suit your system:
@@ -29,7 +26,7 @@
# with cvsup's "-h host" option.
#
# base=/var/db
-# This specifies the root where CVSup will store information
+# This specifies the root where csup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
Modified: stable/9/share/examples/cvsup/doc-supfile
==============================================================================
--- stable/9/share/examples/cvsup/doc-supfile Mon Mar 26 21:47:06 2012 (r233525)
+++ stable/9/share/examples/cvsup/doc-supfile Tue Mar 27 00:51:28 2012 (r233526)
@@ -3,19 +3,16 @@
# This file contains all of the "CVSup collections" that make up the
# source of the FreeBSD doc tree
#
-# CVSup (CVS Update Protocol) allows you to download the latest CVS
+# csup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
-# and efficiently (far more so than with sup, which CVSup is aimed
-# at replacing). If you're running CVSup interactively, and are
-# currently using an X display server, you should run CVSup as follows
-# to keep your CVS tree up-to-date:
+# and efficiently
#
-# cvsup doc-supfile
+# To keep your CVS tree up-to-date run:
#
-# If not running X, or invoking cvsup from a non-interactive script, then
-# run it as follows:
+# csup doc-supfile
#
-# cvsup -g -L 2 doc-supfile
+# Note that this only updates the tree contents and does not
+# update what is actually installed.
#
# You may wish to change some of the settings in this file to better
# suit your system:
@@ -29,7 +26,7 @@
# with cvsup's "-h host" option.
#
# base=/var/db
-# This specifies the root where CVSup will store information
+# This specifies the root where csup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
Modified: stable/9/share/examples/cvsup/gnats-supfile
==============================================================================
--- stable/9/share/examples/cvsup/gnats-supfile Mon Mar 26 21:47:06 2012 (r233525)
+++ stable/9/share/examples/cvsup/gnats-supfile Tue Mar 27 00:51:28 2012 (r233526)
@@ -3,19 +3,16 @@
# This file contains all of the "CVSup collections" that make up the
# FreeBSD GNATS bug report database.
#
-# CVSup (CVS Update Protocol) allows you to download the latest CVS
+# csup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
-# and efficiently (far more so than with sup, which CVSup is aimed
-# at replacing). If you're running CVSup interactively, and are
-# currently using an X display server, you should run CVSup as follows
-# to keep your CVS tree up-to-date:
+# and efficiently
#
-# cvsup gnats-supfile
+# To keep your CVS tree up-to-date run:
#
-# If not running X, or invoking cvsup from a non-interactive script, then
-# run it as follows:
+# csup gnats-supfile
#
-# cvsup -g -L 2 gnats-supfile
+# Note that this only updates the tree contents and does not
+# update what is actually installed.
#
# You may wish to change some of the settings in this file to better
# suit your system:
@@ -29,7 +26,7 @@
# with cvsup's "-h host" option.
#
# base=/var/db
-# This specifies the root where CVSup will store information
+# This specifies the root where csup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
Modified: stable/9/share/examples/cvsup/ports-supfile
==============================================================================
--- stable/9/share/examples/cvsup/ports-supfile Mon Mar 26 21:47:06 2012 (r233525)
+++ stable/9/share/examples/cvsup/ports-supfile Tue Mar 27 00:51:28 2012 (r233526)
@@ -3,19 +3,16 @@
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current ports collection.
#
-# CVSup (CVS Update Protocol) allows you to download the latest CVS
+# csup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
-# and efficiently (far more so than with sup, which CVSup is aimed
-# at replacing). If you're running CVSup interactively, and are
-# currently using an X display server, you should run CVSup as follows
-# to keep your CVS tree up-to-date:
+# and efficiently
#
-# cvsup ports-supfile
+# To keep your CVS tree up-to-date run:
#
-# If not running X, or invoking cvsup from a non-interactive script, then
-# run it as follows:
+# csup ports-supfile
#
-# cvsup -g -L 2 ports-supfile
+# Note that this only updates the tree contents and does not
+# update what is actually installed.
#
# You may wish to change some of the settings in this file to better
# suit your system:
@@ -29,7 +26,7 @@
# with cvsup's "-h host" option.
#
# base=/var/db
-# This specifies the root where CVSup will store information
+# This specifies the root where csup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
Modified: stable/9/share/examples/cvsup/stable-supfile
==============================================================================
--- stable/9/share/examples/cvsup/stable-supfile Mon Mar 26 21:47:06 2012 (r233525)
+++ stable/9/share/examples/cvsup/stable-supfile Tue Mar 27 00:51:28 2012 (r233526)
@@ -3,19 +3,16 @@
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-stable source tree.
#
-# CVSup (CVS Update Protocol) allows you to download the latest CVS
+# csup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
-# and efficiently (far more so than with sup, which CVSup is aimed
-# at replacing). If you're running CVSup interactively, and are
-# currently using an X display server, you should run CVSup as follows
-# to keep your CVS tree up-to-date:
+# and efficiently
#
-# cvsup stable-supfile
+# To keep your CVS tree up-to-date run:
#
-# If not running X, or invoking cvsup from a non-interactive script, then
-# run it as follows:
+# csup stable-supfile
#
-# cvsup -g -L 2 stable-supfile
+# Note that this only updates the tree contents and does not
+# update what is actually installed.
#
# You may wish to change some of the settings in this file to better
# suit your system:
@@ -29,7 +26,7 @@
# with cvsup's "-h host" option.
#
# base=/var/db
-# This specifies the root where CVSup will store information
+# This specifies the root where csup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
Modified: stable/9/share/examples/cvsup/standard-supfile
==============================================================================
--- stable/9/share/examples/cvsup/standard-supfile Mon Mar 26 21:47:06 2012 (r233525)
+++ stable/9/share/examples/cvsup/standard-supfile Tue Mar 27 00:51:28 2012 (r233526)
@@ -3,19 +3,16 @@
# This file contains all of the "CVSup collections" that make up the
# FreeBSD-current source tree.
#
-# CVSup (CVS Update Protocol) allows you to download the latest CVS
+# csup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
-# and efficiently (far more so than with sup, which CVSup is aimed
-# at replacing). If you're running CVSup interactively, and are
-# currently using an X display server, you should run CVSup as follows
-# to keep your CVS tree up-to-date:
+# and efficiently
#
-# cvsup standard-supfile
+# To keep your CVS tree up-to-date run:
#
-# If not running X, or invoking cvsup from a non-interactive script, then
-# run it as follows:
+# csup standard-supfile
#
-# cvsup -g -L 2 standard-supfile
+# Note that this only updates the tree contents and does not
+# update what is actually installed.
#
# You may wish to change some of the settings in this file to better
# suit your system:
@@ -29,7 +26,7 @@
# with cvsup's "-h host" option.
#
# base=/var/db
-# This specifies the root where CVSup will store information
+# This specifies the root where csup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
Modified: stable/9/share/examples/cvsup/www-supfile
==============================================================================
--- stable/9/share/examples/cvsup/www-supfile Mon Mar 26 21:47:06 2012 (r233525)
+++ stable/9/share/examples/cvsup/www-supfile Tue Mar 27 00:51:28 2012 (r233526)
@@ -3,19 +3,16 @@
# This file contains all of the "CVSup collections" that make up the
# source of the FreeBSD www tree
#
-# CVSup (CVS Update Protocol) allows you to download the latest CVS
+# csup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
-# and efficiently (far more so than with sup, which CVSup is aimed
-# at replacing). If you're running CVSup interactively, and are
-# currently using an X display server, you should run CVSup as follows
-# to keep your CVS tree up-to-date:
+# and efficiently
#
-# cvsup www-supfile
+# To keep your CVS tree up-to-date run:
#
-# If not running X, or invoking cvsup from a non-interactive script, then
-# run it as follows:
+# csup www-supfile
#
-# cvsup -g -L 2 www-supfile
+# Note that this only updates the tree contents and does not
+# update what is actually installed.
#
# You may wish to change some of the settings in this file to better
# suit your system:
@@ -29,7 +26,7 @@
# with cvsup's "-h host" option.
#
# base=/var/db
-# This specifies the root where CVSup will store information
+# This specifies the root where csup will store information
# about the collections you have transferred to your system.
# A setting of "/var/db" will generate this information in
# /var/db/sup. You can override the "base" setting on the
More information about the svn-src-stable-9
mailing list