summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-21 00:23:56 +0000
committerjkh <jkh@FreeBSD.org>1996-08-21 00:23:56 +0000
commit0137409b586d4449083681dcf8b81b034babb49b (patch)
tree125cf5ed79649a6547268289340fd13b972cbb31 /share
parentd14a77b37338361c59adefd7ce05476788a7db60 (diff)
downloadFreeBSD-src-0137409b586d4449083681dcf8b81b034babb49b.zip
FreeBSD-src-0137409b586d4449083681dcf8b81b034babb49b.tar.gz
Clean up some of the example docs, add a set of example files for cvsup
now that we're actively promoting that service.
Diffstat (limited to 'share')
-rw-r--r--share/examples/cvsup/README6
-rw-r--r--share/examples/cvsup/cvs-supfile97
-rw-r--r--share/examples/cvsup/ports-supfile77
-rw-r--r--share/examples/cvsup/secure-stable-supfile37
-rw-r--r--share/examples/cvsup/secure-supfile37
-rw-r--r--share/examples/cvsup/stable-supfile56
-rw-r--r--share/examples/cvsup/standard-supfile58
-rw-r--r--share/examples/sup/README5
8 files changed, 371 insertions, 2 deletions
diff --git a/share/examples/cvsup/README b/share/examples/cvsup/README
new file mode 100644
index 0000000..8055040
--- /dev/null
+++ b/share/examples/cvsup/README
@@ -0,0 +1,6 @@
+The example supfiles contained in this directory all obtain their sources
+from cvsup.freebsd.org. In order to reduce the load on that host,
+please try and use one of the alternate sup servers listed below.
+
+USA:
+ cvsup2.freebsd.org
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile
new file mode 100644
index 0000000..fdd716d
--- /dev/null
+++ b/share/examples/cvsup/cvs-supfile
@@ -0,0 +1,97 @@
+# $Id: cvs-supfile,v 1.6 1996/06/26 05:40:57 phk Exp $
+#
+# This file contains all of the "CVSUP collections" that comprise the FreeBSD
+# cvs development tree. CVSup (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:
+#
+# cvsup cvs-supfile
+#
+# If not running X, or invoking cvsup from a non-interactive script, then
+# run it as follows:
+#
+# cvsup -g -L 2 cvs-supfile
+#
+# You may wish to change some of the settings in this file to better
+# suit your system:
+#
+# base=/usr
+# base specifies the root where SUP will store information
+# about the collections you have transferred to your system.
+# A setting of "/usr" will generate this information in
+# /usr/sup. Even if you are SUPing a large number of
+# collections, you will be hard pressed to generate more than
+# ~1MB of data in this directory.
+#
+# prefix=/home/ncvs
+# prefix specifies where to place the requested files. A
+# setting of "/home/ncvs" will place all of the files
+# requested in /home/ncvs (ie /home/ncvs/src/bin,
+# /home/ncvs/ports archivers). The directory that is the
+# prefix must exist in order for SUP to transfer files
+# successfully.
+
+## Main Source Tree
+src-base release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-bin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-contrib release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+
+# Domestic users only please. If you are outside of the U.S.A and Canada,
+# use the collections in secure-supfile.
+#src-eBones release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-etc release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-games release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-gnu release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-include release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-lib release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-libexec release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-sbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+
+# Domestic users only please. If you are outside of the U.S.A and Canada,
+# use the collections in secure-supfile.
+#src-secure release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-share release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-sys release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-usrbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+src-usrsbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+
+## Ports Collection
+#
+# There are two ways to sup the latest ports. One is to use the individual
+# collections, and the other is to use the "ports-all" mega-collection,
+# which includes all the ports-* collections.
+
+ports-all release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+
+# If you want to specify individual collections, don't forget to comment
+# out ports-all above.
+#ports-base release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-archivers release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-benchmarks release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-audio release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-cad release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-comms release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-databases release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-devel release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-editors release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-emulators release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-games release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-graphics release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-japanese release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-lang release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-mail release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-math release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-misc release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-net release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-news release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-plan9 release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-print release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-russian release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-security release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-shells release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-sysutils release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-www release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
+#ports-x11 release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/cvs delete old use-rel-suffix
diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile
new file mode 100644
index 0000000..bbded57
--- /dev/null
+++ b/share/examples/cvsup/ports-supfile
@@ -0,0 +1,77 @@
+# $Id$
+#
+# This file contains all of the "CVSUP collections" that comprise the FreeBSD
+# ports collection tree. CVSup (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 ports tree up-to-date:
+#
+# cvsup ports-supfile
+#
+# If not running X, or invoking cvsup from a non-interactive script, then
+# run it as follows:
+#
+# cvsup -g -L 2 ports-supfile
+#
+# You may want to change some of the settings in this file to better
+# suit your system:
+#
+# base=/usr
+# base specifies the root where SUP will store information
+# about the collections you have transferred to your system.
+# A setting of "/usr" will generate this information in
+# /usr/sup. Even if you are SUPing a large number of
+# collections, you will be hard pressed to generate more than
+# ~1MB of data in this directory.
+#
+# prefix=/usr/ports
+# prefix specifies where to place the requested files. A
+# setting of "/usr/ports" will place the all of the files
+# requested in /usr/ports (ie /usr/ports/devel, /usr/ports/cad).
+# The directory that is the prefix must exist in order for
+# SUP to transfer files successfully.
+
+# There are two ways to sup the latest ports. One is to use the individual
+# collections, and the other is to use the "ports-all" mega-collection,
+# which includes everything except ports-distfile.
+
+# ports-all and distfiles. Note that the distfiles collection is HUGE,
+# you will need a big disk and a good network connection to keep up.
+
+#ports-distfiles release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+
+ports-all release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+
+# Individual collections. See note on distfiles above.
+
+#ports-distfiles release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+
+#ports-base release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-archivers release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-benchmarks release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-audio release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-cad release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-comms release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-databases release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-devel release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-editors release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-emulators release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-games release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-graphics release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-japanese release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-lang release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-mail release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-math release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-misc release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-net release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-news release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-plan9 release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-print release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-russian release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-security release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-shells release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-sysutils release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-www release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-x11 release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
diff --git a/share/examples/cvsup/secure-stable-supfile b/share/examples/cvsup/secure-stable-supfile
new file mode 100644
index 0000000..f1cfb6d
--- /dev/null
+++ b/share/examples/cvsup/secure-stable-supfile
@@ -0,0 +1,37 @@
+# $Id$
+#
+# This file contains all of the "CVSUP collections" that comprise the FreeBSD
+# International secure distribution from the stable (bug-fix only) development
+# branch. CVSup (CVS Update Protocol) allows you to syncronize your system
+# sources with the latest version of this branch 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 stable tree up-to-date:
+#
+# cvsup secure-stable-supfile
+#
+# If not running X, or invoking cvsup from a non-interactive script, then
+# run it as follows:
+#
+# cvsup -g -L 2 secure-stable-supfile
+#
+# You may want to change some of the settings in this file to better
+# suit your system:
+#
+# base=/usr
+# base specifies the root where SUP will store information
+# about the collections you have transferred to your system.
+# A setting of "/usr" will generate this information in
+# /usr/sup. Even if you are SUPing a large number of
+# collections, you will be hard pressed to generate more than
+# ~1MB of data in this directory.
+#
+# prefix=/usr/src
+# prefix specifies where to place the requested files. A
+# setting of "/usr/src" will place the all of the files
+# requested in /usr/src (ie /usr/src/eBones, /usr/src/secure).
+# The directory that is the prefix must exist in order for
+# SUP to transfer files successfully.
+
+src-eBones release=cvs host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr delete old compress use-rel-suffix tag=RELENG_2_1_0
+src-secure release=cvs host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr delete old compress use-rel-suffix tag=RELENG_2_1_0
diff --git a/share/examples/cvsup/secure-supfile b/share/examples/cvsup/secure-supfile
new file mode 100644
index 0000000..6f97aab
--- /dev/null
+++ b/share/examples/cvsup/secure-supfile
@@ -0,0 +1,37 @@
+# $Id$
+#
+# This file contains all of the "CVSUP collections" that comprise the FreeBSD
+# International secure distribution from the current (new and experimental)
+# branch. CVSup (CVS Update Protocol) allows you to syncronize your system
+# sources with the latest secure source distribution 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 secure source tree up-to-date:
+#
+# cvsup secure-supfile
+#
+# If not running X, or invoking cvsup from a non-interactive script, then
+# run it as follows:
+#
+# cvsup -g -L 2 secure-supfile
+#
+# You may want to change some of the settings in this file to better
+# suit your system:
+#
+# base=/usr
+# base specifies the root where SUP will store information
+# about the collections you have transferred to your system.
+# A setting of "/usr" will generate this information in
+# /usr/sup. Even if you are SUPing a large number of
+# collections, you will be hard pressed to generate more than
+# ~1MB of data in this directory.
+#
+# prefix=/usr/src
+# prefix specifies where to place the requested files. A
+# setting of "/usr/src" will place the all of the files
+# requested in /usr/src (ie /usr/src/eBones, /usr/src/secure).
+# The directory that is the prefix must exist in order for
+# SUP to transfer files successfully.
+
+src-eBones release=cvs host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr delete old compress use-rel-suffix tag=.
+src-secure release=cvs host=sup.internat.freebsd.org hostbase=/home base=/usr prefix=/usr delete old compress use-rel-suffix tag=.
diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile
new file mode 100644
index 0000000..391397f
--- /dev/null
+++ b/share/examples/cvsup/stable-supfile
@@ -0,0 +1,56 @@
+# $Id$
+#
+# This file contains all of the "CVSUP collections" that comprise the FreeBSD
+# stable branch. CVSup (CVS Update Protocol) allows you to syncronize your
+# system sources with the latest version of this branch 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 -stable tree up-to-date:
+#
+# cvsup stable-supfile
+#
+# If not running X, or invoking cvsup from a non-interactive script, then
+# run it as follows:
+#
+# cvsup -g -L 2 stable-supfile
+#
+# You may want to change some of the settings in this file to better
+# suit your system:
+#
+# base=/usr
+# base specifies the root where SUP will store information
+# about the collections you have transferred to your system.
+# A setting of "/usr" will generate this information in
+# /usr/sup. Even if you are SUPing a large number of
+# collections, you will be hard pressed to generate more than
+# ~1MB of data in this directory.
+#
+# prefix=/usr/src
+# prefix specifies where to place the requested files. A
+# setting of "/usr/src" will place the all of the files
+# requested in /usr/src (ie /usr/src/bin, /usr/src/share).
+# The directory that is the prefix must exist in order for
+# SUP to transfer files successfully.
+
+src-base release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-bin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-contrib release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+
+# Domestic users only please. If you live outside of the U.S.A and Canada
+# please use the collections in the secure-stable-supfile.
+#src-eBones release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
+src-etc release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-games release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-gnu release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-include release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-lib release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-libexec release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-sbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+
+# Domestic users only please. If you live outside of the U.S.A and Canada
+# please use the collections in the secure-stable-supfile.
+#src-secure release=stable host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
+src-share release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-sys release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-usrbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
+src-usrsbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile
new file mode 100644
index 0000000..30844a4
--- /dev/null
+++ b/share/examples/cvsup/standard-supfile
@@ -0,0 +1,58 @@
+# $Id: standard-supfile,v 1.5 1996/06/26 05:40:58 phk Exp $
+#
+# This file contains all of the "CVSUP collections" that comprise the FreeBSD
+# source distribution from the current (new and experimental) development
+# branch. CVSup (CVS Update Protocol) allows you to syncronize your system
+# sources with the latest version of this branch 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 -current tree up-to-date:
+#
+# cvsup standard-supfile
+#
+# If not running X, or invoking cvsup from a non-interactive script, then
+# run it as follows:
+#
+# cvsup -g -L 2 standard-supfile
+#
+#
+# You may want to change some of the settings in this file to better
+# suit your system:
+#
+# base=/usr
+# base specifies the root where SUP will store information
+# about the collections you have transferred to your system.
+# A setting of "/usr" will generate this information in
+# /usr/sup. Even if you are SUPing a large number of
+# collections, you will be hard pressed to generate more than
+# ~1MB of data in this directory.
+#
+# prefix=/usr/src
+# prefix specifies where to place the requested files. A
+# setting of "/usr/src" will place the all of the files
+# requested in /usr/src (ie /usr/src/bin, /usr/src/share).
+# The directory that is the prefix must exist in order for
+# SUP to transfer files successfully.
+
+src-base release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-bin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-contrib release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+
+# Domestic users only please. If you are outside of the U.S.A and Canada,
+# use the collections in secure-supfile.
+#src-eBones release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
+src-etc release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-games release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-gnu release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-include release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-lib release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-libexec release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-sbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+
+# Domestic users only please. If you are outside of the U.S.A and Canada,
+# use the collections in secure-supfile.
+#src-secure release=current host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
+src-share release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-sys release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-usrbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+src-usrsbin release=cvs host=sup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
diff --git a/share/examples/sup/README b/share/examples/sup/README
index 98dee67..a47c6d9 100644
--- a/share/examples/sup/README
+++ b/share/examples/sup/README
@@ -1,6 +1,7 @@
The example supfiles contained in this directory all obtain their sources
-from the sup.freebsd.org. In order to reduce the load on that host,
-please try and use one of the alternate sup servers listed below.
+from sup.freebsd.org. In order to reduce the load on that host,
+please try to use one of the alternate sup servers listed below in
+your own copy of the supfile.
USA:
sup2.freebsd.org
OpenPOWER on IntegriCloud