stable-supfile revision 136859
1189136Sdas# $FreeBSD: head/share/examples/cvsup/stable-supfile 136859 2004-10-24 09:07:06Z scottl $
2189136Sdas#
3189136Sdas# This file contains all of the "CVSup collections" that make up the
4189136Sdas# FreeBSD-stable source tree.
5189136Sdas#
6189136Sdas# CVSup (CVS Update Protocol) allows you to download the latest CVS
7189136Sdas# tree (or any branch of development therefrom) to your system easily
8189136Sdas# and efficiently (far more so than with sup, which CVSup is aimed
9189136Sdas# at replacing).  If you're running CVSup interactively, and are
10189136Sdas# currently using an X display server, you should run CVSup as follows
11189136Sdas# to keep your CVS tree up-to-date:
12189136Sdas#
13189136Sdas#	cvsup stable-supfile
14189136Sdas#
15189136Sdas# If not running X, or invoking cvsup from a non-interactive script, then
16189136Sdas# run it as follows:
17189136Sdas#
18189136Sdas#	cvsup -g -L 2 stable-supfile
19189136Sdas#
20189136Sdas# You may wish to change some of the settings in this file to better
21189136Sdas# suit your system:
22189136Sdas#
23189136Sdas# host=CHANGE_THIS.FreeBSD.org
24189136Sdas#		This specifies the server host which will supply the
25189136Sdas#		file updates.  You must change it to one of the CVSup
26189136Sdas#		mirror sites listed in the FreeBSD Handbook at
27189136Sdas#		http://www.freebsd.org/doc/handbook/mirrors.html.
28189136Sdas#		You can	override this setting on the command line
29189136Sdas#		with cvsup's "-h host" option.
30189136Sdas#
31189136Sdas# base=/var/db
32189136Sdas#		This specifies the root where CVSup will store information
33189136Sdas#		about the collections you have transferred to your system.
34189136Sdas#		A setting of "/var/db" will generate this information in
35189136Sdas#		/var/db/sup.  Even if you are CVSupping a large number of
36189136Sdas#		collections, you will be hard pressed to generate more than
37189136Sdas#		~1MB of data in this directory.  You can override the
38189136Sdas#		"base" setting on the command line with cvsup's "-b base"
39189136Sdas#		option.  This directory must exist in order to run CVSup.
40189136Sdas#
41189136Sdas# prefix=/usr
42189136Sdas#		This specifies where to place the requested files.  A
43189136Sdas#		setting of "/usr" will place all of the files requested
44189136Sdas#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
45189136Sdas#		The prefix directory must exist in order to run CVSup.
46189136Sdas#
47189136Sdas###############################################################################
48189136Sdas#
49189136Sdas# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
50189136Sdas#
51189136Sdas# If you add any of the ports or doc collections to this file, be sure to
52189136Sdas# specify them with a "tag" value set to ".", like this:
53189136Sdas#
54189136Sdas#   ports-all tag=.
55189136Sdas#   doc-all tag=.
56189136Sdas#
57189136Sdas# If you leave out the "tag=." portion, CVSup will delete all of
58189136Sdas# the files in your ports or doc tree.  That is because the ports and doc
59189136Sdas# collections do not use the same tags as the main part of the FreeBSD 
60189136Sdas# source tree.
61189136Sdas#
62189136Sdas###############################################################################
63189136Sdas
64189136Sdas# Defaults that apply to all the collections
65189136Sdas#
66189136Sdas# IMPORTANT: Change the next line to use one of the CVSup mirror sites
67189136Sdas# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
68189136Sdas*default host=CHANGE_THIS.FreeBSD.org
69189136Sdas*default base=/var/db
70189136Sdas*default prefix=/usr
71189136Sdas# The following line is for 5-stable.  If you want 4-stable, 3-stable, or
72189136Sdas#  2.2-stable, change to "RELENG_4", "RELENG_3", or "RELENG_2_2" respectively.
73189136Sdas*default release=cvs tag=RELENG_5
74189136Sdas*default delete use-rel-suffix
75189136Sdas
76189136Sdas# If you seem to be limited by CPU rather than network or disk bandwidth, try
77189136Sdas# commenting out the following line.  (Normally, today's CPUs are fast enough
78189136Sdas# that you want to run compression.)
79189136Sdas*default compress
80189136Sdas
81189136Sdas## Main Source Tree.
82189136Sdas#
83189136Sdas# The easiest way to get the main source tree is to use the "src-all"
84189136Sdas# mega-collection.  It includes all of the individual "src-*" collections.
85189136Sdas# Please note:  If you want to track -STABLE, leave this uncommented.
86189136Sdassrc-all
87189136Sdas
88189136Sdas# These are the individual collections that make up "src-all".  If you
89189136Sdas# use these, be sure to comment out "src-all" above.
90189136Sdas#src-base
91189136Sdas#src-bin
92189136Sdas#src-contrib
93189136Sdas#src-etc
94189136Sdas#src-games
95189136Sdas#src-gnu
96189136Sdas#src-include
97189136Sdas#src-kerberos5
98189136Sdas#src-kerberosIV
99189136Sdas#src-lib
100189136Sdas#src-libexec
101189136Sdas#src-release
102189136Sdas#src-sbin
103189136Sdas#src-share
104189136Sdas#src-sys
105189136Sdas#src-tools
106189136Sdas#src-usrbin
107189136Sdas#src-usrsbin
108189136Sdas# These are the individual collections that make up FreeBSD's crypto
109189136Sdas# collection. They are no longer export-restricted and are a part of
110189136Sdas# src-all
111189136Sdas#src-crypto
112189136Sdas#src-eBones
113189136Sdas#src-secure
114189136Sdas#src-sys-crypto
115189136Sdas