stable-supfile revision 196515
1109998Smarkm# $FreeBSD: head/share/examples/cvsup/stable-supfile 196515 2009-08-24 18:43:22Z kensmith $
2296465Sdelphij#
3296465Sdelphij# This file contains all of the "CVSup collections" that make up the
4296465Sdelphij# FreeBSD-stable source tree.
5109998Smarkm#
6109998Smarkm# CVSup (CVS Update Protocol) allows you to download the latest CVS
7109998Smarkm# tree (or any branch of development therefrom) to your system easily
8109998Smarkm# and efficiently (far more so than with sup, which CVSup is aimed
9109998Smarkm# at replacing).  If you're running CVSup interactively, and are
10109998Smarkm# currently using an X display server, you should run CVSup as follows
11109998Smarkm# to keep your CVS tree up-to-date:
12109998Smarkm#
13109998Smarkm#	cvsup stable-supfile
14296465Sdelphij#
15109998Smarkm# If not running X, or invoking cvsup from a non-interactive script, then
16109998Smarkm# run it as follows:
17109998Smarkm#
18109998Smarkm#	cvsup -g -L 2 stable-supfile
19109998Smarkm#
20109998Smarkm# You may wish to change some of the settings in this file to better
21109998Smarkm# suit your system:
22109998Smarkm#
23109998Smarkm# host=CHANGE_THIS.FreeBSD.org
24109998Smarkm#		This specifies the server host which will supply the
25109998Smarkm#		file updates.  You must change it to one of the CVSup
26109998Smarkm#		mirror sites listed in the FreeBSD Handbook at
27109998Smarkm#		http://www.freebsd.org/doc/handbook/mirrors.html.
28109998Smarkm#		You can	override this setting on the command line
29109998Smarkm#		with cvsup's "-h host" option.
30109998Smarkm#
31109998Smarkm# base=/var/db
32109998Smarkm#		This specifies the root where CVSup will store information
33109998Smarkm#		about the collections you have transferred to your system.
34109998Smarkm#		A setting of "/var/db" will generate this information in
35109998Smarkm#		/var/db/sup.  You can override the "base" setting on the
36109998Smarkm#		command line with cvsup's "-b base" option.  This directory
37109998Smarkm#		must exist in order to run CVSup.
38109998Smarkm#
39109998Smarkm# prefix=/usr
40109998Smarkm#		This specifies where to place the requested files.  A
41109998Smarkm#		setting of "/usr" will place all of the files requested
42109998Smarkm#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
43109998Smarkm#		The prefix directory must exist in order to run CVSup.
44109998Smarkm#
45109998Smarkm###############################################################################
46109998Smarkm#
47109998Smarkm# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
48109998Smarkm#
49109998Smarkm# If you add any of the ports or doc collections to this file, be sure to
50109998Smarkm# specify them with a "tag" value set to ".", like this:
51109998Smarkm#
52109998Smarkm#   ports-all tag=.
53109998Smarkm#   doc-all tag=.
54109998Smarkm#
55109998Smarkm# If you leave out the "tag=." portion, CVSup will delete all of
56109998Smarkm# the files in your ports or doc tree.  That is because the ports and doc
57109998Smarkm# collections do not use the same tags as the main part of the FreeBSD 
58109998Smarkm# source tree.
59109998Smarkm#
60109998Smarkm###############################################################################
61296465Sdelphij
62109998Smarkm# Defaults that apply to all the collections
63296465Sdelphij#
64109998Smarkm# IMPORTANT: Change the next line to use one of the CVSup mirror sites
65109998Smarkm# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
66109998Smarkm*default host=CHANGE_THIS.FreeBSD.org
67109998Smarkm*default base=/var/db
68*default prefix=/usr
69# The following line is for 8-stable.  If you want 7-stable, 6-stable,
70# 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_7",
71# "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or "RELENG_2_2"
72# respectively.
73*default release=cvs tag=RELENG_8
74*default delete use-rel-suffix
75
76# If you seem to be limited by CPU rather than network or disk bandwidth, try
77# commenting out the following line.  (Normally, today's CPUs are fast enough
78# that you want to run compression.)
79*default compress
80
81## Main Source Tree.
82#
83# The easiest way to get the main source tree is to use the "src-all"
84# mega-collection.  It includes all of the individual "src-*" collections.
85# Please note:  If you want to track -STABLE, leave this uncommented.
86src-all
87
88# These are the individual collections that make up "src-all".  If you
89# use these, be sure to comment out "src-all" above.
90#src-base
91#src-bin
92#src-cddl
93#src-contrib
94#src-etc
95#src-games
96#src-gnu
97#src-include
98#src-kerberos5
99#src-kerberosIV
100#src-lib
101#src-libexec
102#src-release
103#src-rescue
104#src-sbin
105#src-share
106#src-sys
107#src-tools
108#src-usrbin
109#src-usrsbin
110# These are the individual collections that make up FreeBSD's crypto
111# collection. They are no longer export-restricted and are a part of
112# src-all
113#src-crypto
114#src-eBones
115#src-secure
116#src-sys-crypto
117