stable-supfile revision 20488
120488Sjdp# $Id$
217728Sjkh#
320488Sjdp# This file contains all of the "CVSup collections" that make up the
420488Sjdp# FreeBSD-stable source tree.
517728Sjkh#
620488Sjdp# CVSup (CVS Update Protocol) allows you to download the latest CVS
720488Sjdp# tree (or any branch of development therefrom) to your system easily
820488Sjdp# and efficiently (far more so than with sup, which CVSup is aimed
920488Sjdp# at replacing).  If you're running CVSup interactively, and are
1020488Sjdp# currently using an X display server, you should run CVSup as follows
1120488Sjdp# to keep your CVS tree up-to-date:
1220488Sjdp#
1317728Sjkh#	cvsup stable-supfile
1417728Sjkh#
1517728Sjkh# If not running X, or invoking cvsup from a non-interactive script, then
1617728Sjkh# run it as follows:
1717728Sjkh#
1817728Sjkh#	cvsup -g -L 2 stable-supfile
1917728Sjkh#
2020488Sjdp# You may wish to change some of the settings in this file to better
2117728Sjkh# suit your system:
2217728Sjkh#
2320488Sjdp# host=cvsup.FreeBSD.org
2420488Sjdp#		This specifies the server host which will supply the
2520488Sjdp#		file updates.  Please change this to one of the mirror
2620488Sjdp#		sites if possible.  (See the "README" file.)  You can
2720488Sjdp#		override this setting on the command line with cvsup's
2820488Sjdp#		"-h host" option.
2920488Sjdp#
3020488Sjdp# base=/usr
3120488Sjdp#		This specifies the root where CVSup will store information
3217728Sjkh#		about the collections you have transferred to your system.
3317728Sjkh#		A setting of "/usr" will generate this information in
3419619Sjdp#		/usr/sup.  Even if you are CVSupping a large number of
3517728Sjkh#		collections, you will be hard pressed to generate more than
3620488Sjdp#		~1MB of data in this directory.  You can override the
3720488Sjdp#		"base" setting on the command line with cvsup's "-b base"
3820488Sjdp#		option.  This directory must exist in order to run CVSup.
3917728Sjkh#
4019619Sjdp# prefix=/usr
4120488Sjdp#		This specifies where to place the requested files.  A
4220488Sjdp#		setting of "/usr" will place all of the files requested
4320488Sjdp#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
4420488Sjdp#		The prefix directory must exist in order to run CVSup.
4517728Sjkh
4620488Sjdp# Defaults that apply to all the collections
4720488Sjdp*default host=cvsup.FreeBSD.org
4820488Sjdp*default base=/usr
4920488Sjdp*default prefix=/usr
5020488Sjdp*default release=cvs tag=RELENG_2_1_0
5120488Sjdp*default delete use-rel-suffix
5217728Sjkh
5320488Sjdp# If your network link is a T1 or faster, comment out the following line.
5420488Sjdp*default compress
5517728Sjkh
5620488Sjdp## Main Source Tree.
5720488Sjdp#
5820488Sjdp# The easiest way to get the main source tree is to use the "src-all"
5920488Sjdp# mega-collection.  It includes all of the individual "src-*" collections,
6020488Sjdp# except for "src-eBones" and "src-secure".
6120488Sjdpsrc-all
6220488Sjdp
6320488Sjdp# These are the individual collections that make up "src-all".  If you
6420488Sjdp# use these, be sure to comment out "src-all" above.
6520488Sjdp#src-base
6620488Sjdp#src-bin
6720488Sjdp#src-contrib
6820488Sjdp#src-etc
6920488Sjdp#src-games
7020488Sjdp#src-gnu
7120488Sjdp#src-include
7220488Sjdp#src-lib
7320488Sjdp#src-libexec
7420488Sjdp#src-sbin
7520488Sjdp#src-share
7620488Sjdp#src-sys
7720488Sjdp#src-usrbin
7820488Sjdp#src-usrsbin
7920488Sjdp
8020488Sjdp## Export-restricted collections.
8120488Sjdp#
8220488Sjdp# Only people in the USA and Canada may fetch these collections.  If
8320488Sjdp# you are not in the USA or Canada, please use the collections in the
8420488Sjdp# "secure-supfile" instead.
8520488Sjdp#src-eBones
8620488Sjdp#src-secure
87