150476Speter# $FreeBSD$
217728Sjkh#
320488Sjdp# This file contains all of the "CVSup collections" that make up the
420488Sjdp# FreeBSD-stable source tree.
517728Sjkh#
6233526Seadler# csup (CVS Update Protocol) allows you to download the latest CVS
720488Sjdp# tree (or any branch of development therefrom) to your system easily
8233526Seadler# and efficiently
920488Sjdp#
10233526Seadler# To keep your CVS tree up-to-date run:
1117728Sjkh#
12233526Seadler#	csup stable-supfile
1317728Sjkh#
14233526Seadler# Note that this only updates the tree contents and does not
15233526Seadler# update what is actually installed.
1617728Sjkh#
1720488Sjdp# You may wish to change some of the settings in this file to better
1817728Sjkh# suit your system:
1917728Sjkh#
2043907Sjdp# host=CHANGE_THIS.FreeBSD.org
2120488Sjdp#		This specifies the server host which will supply the
2243907Sjdp#		file updates.  You must change it to one of the CVSup
2343907Sjdp#		mirror sites listed in the FreeBSD Handbook at
24219858Sglebius#		http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
2543907Sjdp#		You can	override this setting on the command line
2643907Sjdp#		with cvsup's "-h host" option.
2720488Sjdp#
28129642Scjc# base=/var/db
29233526Seadler#		This specifies the root where csup will store information
3017728Sjkh#		about the collections you have transferred to your system.
31129642Scjc#		A setting of "/var/db" will generate this information in
32172083Sgabor#		/var/db/sup.  You can override the "base" setting on the
33172083Sgabor#		command line with cvsup's "-b base" option.  This directory
34172083Sgabor#		must exist in order to run CVSup.
3517728Sjkh#
3619619Sjdp# prefix=/usr
3720488Sjdp#		This specifies where to place the requested files.  A
3820488Sjdp#		setting of "/usr" will place all of the files requested
3920488Sjdp#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
4020488Sjdp#		The prefix directory must exist in order to run CVSup.
4127597Sjdp#
4217728Sjkh
4320488Sjdp# Defaults that apply to all the collections
4443907Sjdp#
4543907Sjdp# IMPORTANT: Change the next line to use one of the CVSup mirror sites
46219858Sglebius# listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
4743907Sjdp*default host=CHANGE_THIS.FreeBSD.org
48129642Scjc*default base=/var/db
4920488Sjdp*default prefix=/usr
50228130Spluknet# The following line is for 9-stable.  If you want 8-stable, 7-stable,
51228130Spluknet# 6-stable, 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_8",
52228130Spluknet# "RELENG_7", "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or
53228130Spluknet# "RELENG_2_2" respectively.
54228130Spluknet*default release=cvs tag=RELENG_9
5520488Sjdp*default delete use-rel-suffix
5617728Sjkh
57120190Seivind# If you seem to be limited by CPU rather than network or disk bandwidth, try
58120190Seivind# commenting out the following line.  (Normally, today's CPUs are fast enough
59120190Seivind# that you want to run compression.)
6020488Sjdp*default compress
6117728Sjkh
6220488Sjdp## Main Source Tree.
6320488Sjdp#
6420488Sjdp# The easiest way to get the main source tree is to use the "src-all"
6576071Sru# mega-collection.  It includes all of the individual "src-*" collections.
6676071Sru# Please note:  If you want to track -STABLE, leave this uncommented.
6720488Sjdpsrc-all
6820488Sjdp
6920488Sjdp# These are the individual collections that make up "src-all".  If you
7020488Sjdp# use these, be sure to comment out "src-all" above.
7120488Sjdp#src-base
7220488Sjdp#src-bin
73168716Sru#src-cddl
7420488Sjdp#src-contrib
7520488Sjdp#src-etc
7620488Sjdp#src-games
7720488Sjdp#src-gnu
7820488Sjdp#src-include
7957772Sjdp#src-kerberos5
8029763Sjdp#src-kerberosIV
8120488Sjdp#src-lib
8220488Sjdp#src-libexec
8320942Sjdp#src-release
84168716Sru#src-rescue
8520488Sjdp#src-sbin
8620488Sjdp#src-share
8720488Sjdp#src-sys
8820942Sjdp#src-tools
8920488Sjdp#src-usrbin
9020488Sjdp#src-usrsbin
9162851Smarkm# These are the individual collections that make up FreeBSD's crypto
9262851Smarkm# collection. They are no longer export-restricted and are a part of
9362851Smarkm# src-all
9430047Sjkh#src-crypto
9562851Smarkm#src-eBones
9620488Sjdp#src-secure
9750708Sjdp#src-sys-crypto
98