stable-supfile revision 249503
1# $FreeBSD: stable/9/share/examples/cvsup/stable-supfile 249503 2013-04-15 07:01:20Z bapt $
2#
3# This file contains all of the "CVSup collections" that make up the
4# FreeBSD-stable source tree.
5#
6# csup (CVS Update Protocol) allows you to download the latest CVS
7# tree (or any branch of development therefrom) to your system easily
8# and efficiently
9#
10# To keep your CVS tree up-to-date run:
11#
12#	csup stable-supfile
13#
14# Note that this only updates the tree contents and does not
15# update what is actually installed.
16#
17# You may wish to change some of the settings in this file to better
18# suit your system:
19#
20# host=CHANGE_THIS.FreeBSD.org
21#		This specifies the server host which will supply the
22#		file updates.  You must change it to one of the CVSup
23#		mirror sites listed in the FreeBSD Handbook at
24#		http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
25#		You can	override this setting on the command line
26#		with cvsup's "-h host" option.
27#
28# base=/var/db
29#		This specifies the root where csup will store information
30#		about the collections you have transferred to your system.
31#		A setting of "/var/db" will generate this information in
32#		/var/db/sup.  You can override the "base" setting on the
33#		command line with cvsup's "-b base" option.  This directory
34#		must exist in order to run CVSup.
35#
36# prefix=/usr
37#		This specifies where to place the requested files.  A
38#		setting of "/usr" will place all of the files requested
39#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
40#		The prefix directory must exist in order to run CVSup.
41#
42
43# Defaults that apply to all the collections
44#
45# IMPORTANT: Change the next line to use one of the CVSup mirror sites
46# listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
47*default host=CHANGE_THIS.FreeBSD.org
48*default base=/var/db
49*default prefix=/usr
50# The following line is for 9-stable.  If you want 8-stable, 7-stable,
51# 6-stable, 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_8",
52# "RELENG_7", "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or
53# "RELENG_2_2" respectively.
54*default release=cvs tag=RELENG_9
55*default delete use-rel-suffix
56
57# If you seem to be limited by CPU rather than network or disk bandwidth, try
58# commenting out the following line.  (Normally, today's CPUs are fast enough
59# that you want to run compression.)
60*default compress
61
62## Main Source Tree.
63#
64# The easiest way to get the main source tree is to use the "src-all"
65# mega-collection.  It includes all of the individual "src-*" collections.
66# Please note:  If you want to track -STABLE, leave this uncommented.
67src-all
68
69# These are the individual collections that make up "src-all".  If you
70# use these, be sure to comment out "src-all" above.
71#src-base
72#src-bin
73#src-cddl
74#src-contrib
75#src-etc
76#src-games
77#src-gnu
78#src-include
79#src-kerberos5
80#src-kerberosIV
81#src-lib
82#src-libexec
83#src-release
84#src-rescue
85#src-sbin
86#src-share
87#src-sys
88#src-tools
89#src-usrbin
90#src-usrsbin
91# These are the individual collections that make up FreeBSD's crypto
92# collection. They are no longer export-restricted and are a part of
93# src-all
94#src-crypto
95#src-eBones
96#src-secure
97#src-sys-crypto
98