Use the fictional server "CHANGE_THIS.FreeBSD.org". Add comments

telling the user to (duh) change it.
This commit is contained in:
John Polstra 1999-02-11 18:14:03 +00:00
parent 3ad4e7ecb3
commit e9f9010839
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43907
5 changed files with 55 additions and 35 deletions

View file

@ -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

View file

@ -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

View file

@ -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=.

View file

@ -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

View file

@ -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=.