stable-supfile revision 129642
150476Speter# $FreeBSD: head/share/examples/cvsup/stable-supfile 129642 2004-05-24 06:23:15Z cjc $
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
27100945Sblackend#		http://www.freebsd.org/doc/handbook/mirrors.html.
2843907Sjdp#		You can	override this setting on the command line
2943907Sjdp#		with cvsup's "-h host" option.
3020488Sjdp#
31129642Scjc# base=/var/db
3220488Sjdp#		This specifies the root where CVSup will store information
3317728Sjkh#		about the collections you have transferred to your system.
34129642Scjc#		A setting of "/var/db" will generate this information in
35129642Scjc#		/var/db/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
67100945Sblackend# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
6843907Sjdp*default host=CHANGE_THIS.FreeBSD.org
69129642Scjc*default base=/var/db
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
76120190Seivind# If you seem to be limited by CPU rather than network or disk bandwidth, try
77120190Seivind# commenting out the following line.  (Normally, today's CPUs are fast enough
78120190Seivind# that you want to run compression.)
7920488Sjdp*default compress
8017728Sjkh
8120488Sjdp## Main Source Tree.
8220488Sjdp#
8320488Sjdp# The easiest way to get the main source tree is to use the "src-all"
8476071Sru# mega-collection.  It includes all of the individual "src-*" collections.
8576071Sru# Please note:  If you want to track -STABLE, leave this uncommented.
8620488Sjdpsrc-all
8720488Sjdp
8820488Sjdp# These are the individual collections that make up "src-all".  If you
8920488Sjdp# use these, be sure to comment out "src-all" above.
9020488Sjdp#src-base
9120488Sjdp#src-bin
9220488Sjdp#src-contrib
9320488Sjdp#src-etc
9420488Sjdp#src-games
9520488Sjdp#src-gnu
9620488Sjdp#src-include
9757772Sjdp#src-kerberos5
9829763Sjdp#src-kerberosIV
9920488Sjdp#src-lib
10020488Sjdp#src-libexec
10120942Sjdp#src-release
10220488Sjdp#src-sbin
10320488Sjdp#src-share
10420488Sjdp#src-sys
10520942Sjdp#src-tools
10620488Sjdp#src-usrbin
10720488Sjdp#src-usrsbin
10862851Smarkm# These are the individual collections that make up FreeBSD's crypto
10962851Smarkm# collection. They are no longer export-restricted and are a part of
11062851Smarkm# src-all
11130047Sjkh#src-crypto
11262851Smarkm#src-eBones
11320488Sjdp#src-secure
11450708Sjdp#src-sys-crypto
115