stable-supfile revision 20942
1# $Id: stable-supfile,v 1.4 1996/12/15 00:34:51 jdp 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*default release=cvs tag=RELENG_2_1_0
51*default delete use-rel-suffix
52
53# If your network link is a T1 or faster, comment out the following line.
54*default compress
55
56## Main Source Tree.
57#
58# The easiest way to get the main source tree is to use the "src-all"
59# mega-collection.  It includes all of the individual "src-*" collections,
60# except for "src-eBones" and "src-secure".
61src-all
62
63# These are the individual collections that make up "src-all".  If you
64# use these, be sure to comment out "src-all" above.
65#src-base
66#src-bin
67#src-contrib
68#src-etc
69#src-games
70#src-gnu
71#src-include
72#src-lib
73#src-libexec
74#src-release
75#src-sbin
76#src-share
77#src-sys
78#src-tools
79#src-usrbin
80#src-usrsbin
81
82## Export-restricted collections.
83#
84# Only people in the USA and Canada may fetch these collections.  If
85# you are not in the USA or Canada, please use the collections in the
86# "secure-supfile" instead.
87#src-eBones
88#src-secure
89