stable-supfile revision 81194
150476Speter# $FreeBSD: head/share/examples/cvsup/stable-supfile 81194 2001-08-06 06:52:24Z nik $
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#
2343907Sjdp# host=CHANGE_THIS.FreeBSD.org
2420488Sjdp#		This specifies the server host which will supply the
2543907Sjdp#		file updates.  You must change it to one of the CVSup
2643907Sjdp#		mirror sites listed in the FreeBSD Handbook at
2743907Sjdp#		http://www.freebsd.org/handbook/mirrors.html.
2843907Sjdp#		You can	override this setting on the command line
2943907Sjdp#		with cvsup's "-h host" option.
3020488Sjdp#
3120488Sjdp# base=/usr
3220488Sjdp#		This specifies the root where CVSup will store information
3317728Sjkh#		about the collections you have transferred to your system.
3417728Sjkh#		A setting of "/usr" will generate this information in
3519619Sjdp#		/usr/sup.  Even if you are CVSupping a large number of
3617728Sjkh#		collections, you will be hard pressed to generate more than
3720488Sjdp#		~1MB of data in this directory.  You can override the
3820488Sjdp#		"base" setting on the command line with cvsup's "-b base"
3920488Sjdp#		option.  This directory must exist in order to run CVSup.
4017728Sjkh#
4119619Sjdp# prefix=/usr
4220488Sjdp#		This specifies where to place the requested files.  A
4320488Sjdp#		setting of "/usr" will place all of the files requested
4420488Sjdp#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
4520488Sjdp#		The prefix directory must exist in order to run CVSup.
4627597Sjdp#
4727597Sjdp###############################################################################
4827597Sjdp#
4927597Sjdp# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
5027597Sjdp#
5181194Snik# If you add any of the ports or doc collections to this file, be sure to
5281194Snik# specify them with a "tag" value set to ".", like this:
5327597Sjdp#
5427597Sjdp#   ports-all tag=.
5581194Snik#   doc-all tag=.
5627597Sjdp#
5727597Sjdp# If you leave out the "tag=." portion, CVSup will delete all of
5881194Snik# the files in your ports or doc tree.  That is because the ports and doc
5981194Snik# collections do not use the same tags as the main part of the FreeBSD 
6081194Snik# source tree.
6127597Sjdp#
6227597Sjdp###############################################################################
6317728Sjkh
6420488Sjdp# Defaults that apply to all the collections
6543907Sjdp#
6643907Sjdp# IMPORTANT: Change the next line to use one of the CVSup mirror sites
6743907Sjdp# listed at http://www.freebsd.org/handbook/mirrors.html.
6843907Sjdp*default host=CHANGE_THIS.FreeBSD.org
6920488Sjdp*default base=/usr
7020488Sjdp*default prefix=/usr
7164606Sjoe# The following line is for 4-stable.  If you want 3-stable or 2.2-stable,
7264606Sjoe# change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively.
7364606Sjoe*default release=cvs tag=RELENG_4
7420488Sjdp*default delete use-rel-suffix
7517728Sjkh
7620488Sjdp# If your network link is a T1 or faster, comment out the following line.
7720488Sjdp*default compress
7817728Sjkh
7920488Sjdp## Main Source Tree.
8020488Sjdp#
8120488Sjdp# The easiest way to get the main source tree is to use the "src-all"
8276071Sru# mega-collection.  It includes all of the individual "src-*" collections.
8376071Sru# Please note:  If you want to track -STABLE, leave this uncommented.
8420488Sjdpsrc-all
8520488Sjdp
8620488Sjdp# These are the individual collections that make up "src-all".  If you
8720488Sjdp# use these, be sure to comment out "src-all" above.
8820488Sjdp#src-base
8920488Sjdp#src-bin
9020488Sjdp#src-contrib
9120488Sjdp#src-etc
9220488Sjdp#src-games
9320488Sjdp#src-gnu
9420488Sjdp#src-include
9557772Sjdp#src-kerberos5
9629763Sjdp#src-kerberosIV
9720488Sjdp#src-lib
9820488Sjdp#src-libexec
9920942Sjdp#src-release
10020488Sjdp#src-sbin
10120488Sjdp#src-share
10220488Sjdp#src-sys
10320942Sjdp#src-tools
10420488Sjdp#src-usrbin
10520488Sjdp#src-usrsbin
10662851Smarkm# These are the individual collections that make up FreeBSD's crypto
10762851Smarkm# collection. They are no longer export-restricted and are a part of
10862851Smarkm# src-all
10930047Sjkh#src-crypto
11062851Smarkm#src-eBones
11120488Sjdp#src-secure
11250708Sjdp#src-sys-crypto
113