stable-supfile revision 30047
130047Sjkh# $Id: stable-supfile,v 1.11 1997/09/24 03:54:43 jdp Exp $
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.
4527597Sjdp#
4627597Sjdp###############################################################################
4727597Sjdp#
4827597Sjdp# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
4927597Sjdp#
5027597Sjdp# If you add any of the ports collections to this file, be sure to
5127597Sjdp# specify them like this:
5227597Sjdp#
5327597Sjdp#   ports-all tag=.
5427597Sjdp#
5527597Sjdp# If you leave out the "tag=." portion, CVSup will delete all of
5627597Sjdp# the files in your ports tree.  That is because "RELENG_2_1_0" and
5727597Sjdp# "RELENG_2_2" are not valid tags for the ports portion of the CVS
5827597Sjdp# repository.
5927597Sjdp#
6027597Sjdp###############################################################################
6117728Sjkh
6220488Sjdp# Defaults that apply to all the collections
6320488Sjdp*default host=cvsup.FreeBSD.org
6420488Sjdp*default base=/usr
6520488Sjdp*default prefix=/usr
6629079Sjdp# The following line is for 2.2-stable.  If you want 2.1-stable, change
6729079Sjdp# "RELENG_2_2" to "RELENG_2_1_0".
6829079Sjdp*default release=cvs tag=RELENG_2_2
6920488Sjdp*default delete use-rel-suffix
7017728Sjkh
7120488Sjdp# If your network link is a T1 or faster, comment out the following line.
7220488Sjdp*default compress
7317728Sjkh
7420488Sjdp## Main Source Tree.
7520488Sjdp#
7620488Sjdp# The easiest way to get the main source tree is to use the "src-all"
7720488Sjdp# mega-collection.  It includes all of the individual "src-*" collections,
7830047Sjkh# except "src-crypto",  "src-eBones", and "src-secure".
7920488Sjdpsrc-all
8020488Sjdp
8120488Sjdp# These are the individual collections that make up "src-all".  If you
8220488Sjdp# use these, be sure to comment out "src-all" above.
8320488Sjdp#src-base
8420488Sjdp#src-bin
8520488Sjdp#src-contrib
8620488Sjdp#src-etc
8720488Sjdp#src-games
8820488Sjdp#src-gnu
8920488Sjdp#src-include
9029763Sjdp#src-kerberosIV
9120488Sjdp#src-lib
9220488Sjdp#src-libexec
9320942Sjdp#src-release
9420488Sjdp#src-sbin
9520488Sjdp#src-share
9620488Sjdp#src-sys
9720942Sjdp#src-tools
9820488Sjdp#src-usrbin
9920488Sjdp#src-usrsbin
10020488Sjdp
10120488Sjdp## Export-restricted collections.
10220488Sjdp#
10320488Sjdp# Only people in the USA and Canada may fetch these collections.  If
10420488Sjdp# you are not in the USA or Canada, please use the collections in the
10520488Sjdp# "secure-supfile" instead.
10630047Sjkh#src-crypto
10720488Sjdp#src-eBones
10820488Sjdp#src-secure
109