stable-supfile revision 50476
150476Speter# $FreeBSD: head/share/examples/cvsup/stable-supfile 50476 1999-08-28 00:22:10Z peter $
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#
5127597Sjdp# If you add any of the ports collections to this file, be sure to
5227597Sjdp# specify them like this:
5327597Sjdp#
5427597Sjdp#   ports-all tag=.
5527597Sjdp#
5627597Sjdp# If you leave out the "tag=." portion, CVSup will delete all of
5743906Sjdp# the files in your ports tree.  That is because the ports collections
5843906Sjdp# do not use the same tags as the main part of the FreeBSD source tree.
5927597Sjdp#
6027597Sjdp###############################################################################
6117728Sjkh
6220488Sjdp# Defaults that apply to all the collections
6343907Sjdp#
6443907Sjdp# IMPORTANT: Change the next line to use one of the CVSup mirror sites
6543907Sjdp# listed at http://www.freebsd.org/handbook/mirrors.html.
6643907Sjdp*default host=CHANGE_THIS.FreeBSD.org
6720488Sjdp*default base=/usr
6820488Sjdp*default prefix=/usr
6943906Sjdp# The following line is for 3-stable.  If you want 2.2-stable, change
7043906Sjdp# "RELENG_3" to "RELENG_2_2".
7143906Sjdp*default release=cvs tag=RELENG_3
7220488Sjdp*default delete use-rel-suffix
7317728Sjkh
7420488Sjdp# If your network link is a T1 or faster, comment out the following line.
7520488Sjdp*default compress
7617728Sjkh
7720488Sjdp## Main Source Tree.
7820488Sjdp#
7920488Sjdp# The easiest way to get the main source tree is to use the "src-all"
8020488Sjdp# mega-collection.  It includes all of the individual "src-*" collections,
8147480Sjdp# except "src-crypto" and "src-secure".
8220488Sjdpsrc-all
8320488Sjdp
8420488Sjdp# These are the individual collections that make up "src-all".  If you
8520488Sjdp# use these, be sure to comment out "src-all" above.
8620488Sjdp#src-base
8720488Sjdp#src-bin
8820488Sjdp#src-contrib
8920488Sjdp#src-etc
9020488Sjdp#src-games
9120488Sjdp#src-gnu
9220488Sjdp#src-include
9329763Sjdp#src-kerberosIV
9420488Sjdp#src-lib
9520488Sjdp#src-libexec
9620942Sjdp#src-release
9720488Sjdp#src-sbin
9820488Sjdp#src-share
9920488Sjdp#src-sys
10020942Sjdp#src-tools
10120488Sjdp#src-usrbin
10220488Sjdp#src-usrsbin
10320488Sjdp
10420488Sjdp## Export-restricted collections.
10520488Sjdp#
10620488Sjdp# Only people in the USA and Canada may fetch these collections.  If
10720488Sjdp# you are not in the USA or Canada, please use the collections in the
10820488Sjdp# "secure-supfile" instead.
10930047Sjkh#src-crypto
11020488Sjdp#src-secure
111