summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-03-24 18:25:16 +0000
committereadler <eadler@FreeBSD.org>2012-03-24 18:25:16 +0000
commit514f4dd5e0d406fd84cd46cdd4de4ab4c33494cf (patch)
treed4c5ab9b1895813a5654d3683dcacbd6f1ca9fe9 /share
parent764884b2713805f1ed1b8ab9cf803d9c938408d5 (diff)
downloadFreeBSD-src-514f4dd5e0d406fd84cd46cdd4de4ab4c33494cf.zip
FreeBSD-src-514f4dd5e0d406fd84cd46cdd4de4ab4c33494cf.tar.gz
Direct users to csup instead of cvsup in the csup-file boilerplate text.
Reviewed by: maxim, des, swills Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/examples/cvsup/cvs-supfile17
-rw-r--r--share/examples/cvsup/doc-supfile17
-rw-r--r--share/examples/cvsup/gnats-supfile17
-rw-r--r--share/examples/cvsup/ports-supfile17
-rw-r--r--share/examples/cvsup/stable-supfile17
-rw-r--r--share/examples/cvsup/standard-supfile17
-rw-r--r--share/examples/cvsup/www-supfile17
7 files changed, 49 insertions, 70 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile
index be9e0d9..8b4f16d 100644
--- a/share/examples/cvsup/cvs-supfile
+++ b/share/examples/cvsup/cvs-supfile
@@ -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
diff --git a/share/examples/cvsup/doc-supfile b/share/examples/cvsup/doc-supfile
index 5e0beb8..0271ecc 100644
--- a/share/examples/cvsup/doc-supfile
+++ b/share/examples/cvsup/doc-supfile
@@ -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
diff --git a/share/examples/cvsup/gnats-supfile b/share/examples/cvsup/gnats-supfile
index 7dcb333..57e9666 100644
--- a/share/examples/cvsup/gnats-supfile
+++ b/share/examples/cvsup/gnats-supfile
@@ -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
diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile
index 3326a204..9090944 100644
--- a/share/examples/cvsup/ports-supfile
+++ b/share/examples/cvsup/ports-supfile
@@ -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
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile
index 341eb6b..209b1eb 100644
--- a/share/examples/cvsup/stable-supfile
+++ b/share/examples/cvsup/stable-supfile
@@ -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
diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile
index 463fba8..b56068d 100644
--- a/share/examples/cvsup/standard-supfile
+++ b/share/examples/cvsup/standard-supfile
@@ -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
diff --git a/share/examples/cvsup/www-supfile b/share/examples/cvsup/www-supfile
index c06ccf5..db78f0f 100644
--- a/share/examples/cvsup/www-supfile
+++ b/share/examples/cvsup/www-supfile
@@ -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
OpenPOWER on IntegriCloud