diff options
author | jdp <jdp@FreeBSD.org> | 1999-02-11 18:14:03 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-02-11 18:14:03 +0000 |
commit | 529608a5fbca2a2caee519c32ce35a7b9cea283f (patch) | |
tree | f720e116e3775057ec01105695b34059b2a4a7b9 /share/examples | |
parent | 316ad970a3b54894f91b5dae4c64750ab3042f6d (diff) | |
download | FreeBSD-src-529608a5fbca2a2caee519c32ce35a7b9cea283f.zip FreeBSD-src-529608a5fbca2a2caee519c32ce35a7b9cea283f.tar.gz |
Use the fictional server "CHANGE_THIS.FreeBSD.org". Add comments
telling the user to (duh) change it.
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/cvsup/cvs-supfile | 18 | ||||
-rw-r--r-- | share/examples/cvsup/gnats-supfile | 18 | ||||
-rw-r--r-- | share/examples/cvsup/ports-supfile | 18 | ||||
-rw-r--r-- | share/examples/cvsup/stable-supfile | 18 | ||||
-rw-r--r-- | share/examples/cvsup/standard-supfile | 18 |
5 files changed, 55 insertions, 35 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index 759e172..9a58b23 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -1,4 +1,4 @@ -# $Id: cvs-supfile,v 1.16 1998/03/06 13:35:24 jkh Exp $ +# $Id: cvs-supfile,v 1.17 1998/08/09 23:29:14 asami Exp $ # # This file contains all of the "CVSup collections" that make up the # CVS development tree of the FreeBSD system. @@ -20,12 +20,13 @@ # You may wish to change some of the settings in this file to better # suit your system: # -# host=cvsup.FreeBSD.org +# host=CHANGE_THIS.FreeBSD.org # This specifies the server host which will supply the -# file updates. Please change this to one of the mirror -# sites if possible. (See the "README" file.) You can -# override this setting on the command line with cvsup's -# "-h host" option. +# file updates. You must change it to one of the CVSup +# mirror sites listed in the FreeBSD Handbook at +# http://www.freebsd.org/handbook/mirrors.html. +# You can override this setting on the command line +# with cvsup's "-h host" option. # # base=/usr # This specifies the root where CVSup will store information @@ -45,7 +46,10 @@ # must exist in order to run CVSup. # Defaults that apply to all the collections -*default host=cvsup.FreeBSD.org +# +# IMPORTANT: Change the next line to use one of the CVSup mirror sites +# listed at http://www.freebsd.org/handbook/mirrors.html. +*default host=CHANGE_THIS.FreeBSD.org *default base=/usr *default prefix=/home/ncvs *default release=cvs diff --git a/share/examples/cvsup/gnats-supfile b/share/examples/cvsup/gnats-supfile index 5a3ac35..004f747 100644 --- a/share/examples/cvsup/gnats-supfile +++ b/share/examples/cvsup/gnats-supfile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: gnats-supfile,v 1.1 1998/04/20 11:26:29 jb Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD GNATS bug report database. @@ -20,12 +20,13 @@ # You may wish to change some of the settings in this file to better # suit your system: # -# host=cvsup.FreeBSD.org +# host=CHANGE_THIS.FreeBSD.org # This specifies the server host which will supply the -# file updates. Please change this to one of the mirror -# sites if possible. (See the "README" file.) You can -# override this setting on the command line with cvsup's -# "-h host" option. +# file updates. You must change it to one of the CVSup +# mirror sites listed in the FreeBSD Handbook at +# http://www.freebsd.org/handbook/mirrors.html. +# You can override this setting on the command line +# with cvsup's "-h host" option. # # base=/usr # This specifies the root where CVSup will store information @@ -44,7 +45,10 @@ # The prefix directory must exist in order to run CVSup. # Defaults that apply to all the collections -*default host=cvsup.FreeBSD.org +# +# IMPORTANT: Change the next line to use one of the CVSup mirror sites +# listed at http://www.freebsd.org/handbook/mirrors.html. +*default host=CHANGE_THIS.FreeBSD.org *default base=/usr *default prefix=/usr *default release=current diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile index dea0221..ecdbaca 100644 --- a/share/examples/cvsup/ports-supfile +++ b/share/examples/cvsup/ports-supfile @@ -1,4 +1,4 @@ -# $Id: ports-supfile,v 1.13 1998/03/06 13:36:05 jkh Exp $ +# $Id: ports-supfile,v 1.14 1998/08/09 23:29:14 asami Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-current ports collection. @@ -20,12 +20,13 @@ # You may wish to change some of the settings in this file to better # suit your system: # -# host=cvsup.FreeBSD.org +# host=CHANGE_THIS.FreeBSD.org # This specifies the server host which will supply the -# file updates. Please change this to one of the mirror -# sites if possible. (See the "README" file.) You can -# override this setting on the command line with cvsup's -# "-h host" option. +# file updates. You must change it to one of the CVSup +# mirror sites listed in the FreeBSD Handbook at +# http://www.freebsd.org/handbook/mirrors.html. +# You can override this setting on the command line +# with cvsup's "-h host" option. # # base=/usr # This specifies the root where CVSup will store information @@ -44,7 +45,10 @@ # The prefix directory must exist in order to run CVSup. # Defaults that apply to all the collections -*default host=cvsup.FreeBSD.org +# +# IMPORTANT: Change the next line to use one of the CVSup mirror sites +# listed at http://www.freebsd.org/handbook/mirrors.html. +*default host=CHANGE_THIS.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. diff --git a/share/examples/cvsup/stable-supfile b/share/examples/cvsup/stable-supfile index 68983cf..f365740 100644 --- a/share/examples/cvsup/stable-supfile +++ b/share/examples/cvsup/stable-supfile @@ -1,4 +1,4 @@ -# $Id: stable-supfile,v 1.12 1997/10/02 00:01:35 jkh Exp $ +# $Id: stable-supfile,v 1.13 1999/02/11 18:04:17 jdp Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-stable source tree. @@ -20,12 +20,13 @@ # You may wish to change some of the settings in this file to better # suit your system: # -# host=cvsup.FreeBSD.org +# host=CHANGE_THIS.FreeBSD.org # This specifies the server host which will supply the -# file updates. Please change this to one of the mirror -# sites if possible. (See the "README" file.) You can -# override this setting on the command line with cvsup's -# "-h host" option. +# file updates. You must change it to one of the CVSup +# mirror sites listed in the FreeBSD Handbook at +# http://www.freebsd.org/handbook/mirrors.html. +# You can override this setting on the command line +# with cvsup's "-h host" option. # # base=/usr # This specifies the root where CVSup will store information @@ -59,7 +60,10 @@ ############################################################################### # Defaults that apply to all the collections -*default host=cvsup.FreeBSD.org +# +# IMPORTANT: Change the next line to use one of the CVSup mirror sites +# listed at http://www.freebsd.org/handbook/mirrors.html. +*default host=CHANGE_THIS.FreeBSD.org *default base=/usr *default prefix=/usr # The following line is for 3-stable. If you want 2.2-stable, change diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index 19283a2..62069ce 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -1,4 +1,4 @@ -# $Id: standard-supfile,v 1.11 1997/09/24 03:54:44 jdp Exp $ +# $Id: standard-supfile,v 1.12 1997/10/02 00:01:36 jkh Exp $ # # This file contains all of the "CVSup collections" that make up the # FreeBSD-current source tree. @@ -20,12 +20,13 @@ # You may wish to change some of the settings in this file to better # suit your system: # -# host=cvsup.FreeBSD.org +# host=CHANGE_THIS.FreeBSD.org # This specifies the server host which will supply the -# file updates. Please change this to one of the mirror -# sites if possible. (See the "README" file.) You can -# override this setting on the command line with cvsup's -# "-h host" option. +# file updates. You must change it to one of the CVSup +# mirror sites listed in the FreeBSD Handbook at +# http://www.freebsd.org/handbook/mirrors.html. +# You can override this setting on the command line +# with cvsup's "-h host" option. # # base=/usr # This specifies the root where CVSup will store information @@ -44,7 +45,10 @@ # The prefix directory must exist in order to run CVSup. # Defaults that apply to all the collections -*default host=cvsup.FreeBSD.org +# +# IMPORTANT: Change the next line to use one of the CVSup mirror sites +# listed at http://www.freebsd.org/handbook/mirrors.html. +*default host=CHANGE_THIS.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. |