From 09050cc9cf87ace37d6957b3e92f2506846ddf4a Mon Sep 17 00:00:00 2001 From: eadler Date: Tue, 27 Mar 2012 00:51:28 +0000 Subject: [PATCH] MFC r233428: - Direct users to csup instead of cvsup in the csup-file boilerplate text. Approved by: cperciva (implicit) git-svn-id: svn://svn.freebsd.org/base/stable/9@233526 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/examples/cvsup/cvs-supfile | 17 +++++++---------- share/examples/cvsup/doc-supfile | 17 +++++++---------- share/examples/cvsup/gnats-supfile | 17 +++++++---------- share/examples/cvsup/ports-supfile | 17 +++++++---------- share/examples/cvsup/stable-supfile | 17 +++++++---------- share/examples/cvsup/standard-supfile | 17 +++++++---------- share/examples/cvsup/www-supfile | 17 +++++++---------- 7 files changed, 49 insertions(+), 70 deletions(-) diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index be9e0d923..8b4f16d2a 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 5e0beb807..0271ecca7 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 7dcb333b2..57e966627 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 3326a204b..9090944f5 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 341eb6b93..209b1eb60 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 08fec99e0..bd4c1ae50 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 c06ccf59e..db78f0fca 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 -- 2.45.0