stable-supfile revision 168716
150476Speter# $FreeBSD: head/share/examples/cvsup/stable-supfile 168716 2007-04-14 12:53:37Z ru $
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
71150034Skensmith# The following line is for 6-stable.  If you want 5-stable, 4-stable,
72150034Skensmith# 3-stable, or 2.2-stable, change to "RELENG_5", "RELENG_4", "RELENG_3",
73150034Skensmith# or "RELENG_2_2" respectively.
74150034Skensmith*default release=cvs tag=RELENG_6
7520488Sjdp*default delete use-rel-suffix
7617728Sjkh
77120190Seivind# If you seem to be limited by CPU rather than network or disk bandwidth, try
78120190Seivind# commenting out the following line.  (Normally, today's CPUs are fast enough
79120190Seivind# that you want to run compression.)
8020488Sjdp*default compress
8117728Sjkh
8220488Sjdp## Main Source Tree.
8320488Sjdp#
8420488Sjdp# The easiest way to get the main source tree is to use the "src-all"
8576071Sru# mega-collection.  It includes all of the individual "src-*" collections.
8676071Sru# Please note:  If you want to track -STABLE, leave this uncommented.
8720488Sjdpsrc-all
8820488Sjdp
8920488Sjdp# These are the individual collections that make up "src-all".  If you
9020488Sjdp# use these, be sure to comment out "src-all" above.
9120488Sjdp#src-base
9220488Sjdp#src-bin
93168716Sru#src-cddl
9420488Sjdp#src-contrib
9520488Sjdp#src-etc
9620488Sjdp#src-games
9720488Sjdp#src-gnu
9820488Sjdp#src-include
9957772Sjdp#src-kerberos5
10029763Sjdp#src-kerberosIV
10120488Sjdp#src-lib
10220488Sjdp#src-libexec
10320942Sjdp#src-release
104168716Sru#src-rescue
10520488Sjdp#src-sbin
10620488Sjdp#src-share
10720488Sjdp#src-sys
10820942Sjdp#src-tools
10920488Sjdp#src-usrbin
11020488Sjdp#src-usrsbin
11162851Smarkm# These are the individual collections that make up FreeBSD's crypto
11262851Smarkm# collection. They are no longer export-restricted and are a part of
11362851Smarkm# src-all
11430047Sjkh#src-crypto
11562851Smarkm#src-eBones
11620488Sjdp#src-secure
11750708Sjdp#src-sys-crypto
118