stable-supfile revision 25933
1# $Id: stable-supfile,v 1.7 1997/02/22 13:55:48 peter Exp $
2#
3# This file contains all of the "CVSup collections" that make up the
4# FreeBSD-stable source tree.
5#
6# CVSup (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 (far more so than with sup, which CVSup is aimed
9# at replacing).  If you're running CVSup interactively, and are
10# currently using an X display server, you should run CVSup as follows
11# to keep your CVS tree up-to-date:
12#
13#	cvsup stable-supfile
14#
15# If not running X, or invoking cvsup from a non-interactive script, then
16# run it as follows:
17#
18#	cvsup -g -L 2 stable-supfile
19#
20# You may wish to change some of the settings in this file to better
21# suit your system:
22#
23# host=cvsup.FreeBSD.org
24#		This specifies the server host which will supply the
25#		file updates.  Please change this to one of the mirror
26#		sites if possible.  (See the "README" file.)  You can
27#		override this setting on the command line with cvsup's
28#		"-h host" option.
29#
30# base=/usr
31#		This specifies the root where CVSup will store information
32#		about the collections you have transferred to your system.
33#		A setting of "/usr" will generate this information in
34#		/usr/sup.  Even if you are CVSupping a large number of
35#		collections, you will be hard pressed to generate more than
36#		~1MB of data in this directory.  You can override the
37#		"base" setting on the command line with cvsup's "-b base"
38#		option.  This directory must exist in order to run CVSup.
39#
40# prefix=/usr
41#		This specifies where to place the requested files.  A
42#		setting of "/usr" will place all of the files requested
43#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
44#		The prefix directory must exist in order to run CVSup.
45
46# Defaults that apply to all the collections
47*default host=cvsup.FreeBSD.org
48*default base=/usr
49*default prefix=/usr
50# The following line is for 2.1-stable.  If you want 2.2-stable, change
51# "RELENG_2_1_0" to "RELENG_2_2".
52*default release=cvs tag=RELENG_2_1_0
53*default delete use-rel-suffix
54
55# If your network link is a T1 or faster, comment out the following line.
56*default compress
57
58## Main Source Tree.
59#
60# The easiest way to get the main source tree is to use the "src-all"
61# mega-collection.  It includes all of the individual "src-*" collections,
62# except "src-contrib-crypto",  "src-eBones", and "src-secure".
63src-all
64
65# These are the individual collections that make up "src-all".  If you
66# use these, be sure to comment out "src-all" above.
67#src-base
68#src-bin
69#src-contrib
70#src-etc
71#src-games
72#src-gnu
73#src-include
74#src-lib
75#src-libexec
76#src-release
77#src-sbin
78#src-share
79#src-sys
80#src-tools
81#src-usrbin
82#src-usrsbin
83
84## Export-restricted collections.
85#
86# Only people in the USA and Canada may fetch these collections.  If
87# you are not in the USA or Canada, please use the collections in the
88# "secure-supfile" instead.
89#src-contrib-crypto
90#src-eBones
91#src-secure
92