stable-supfile revision 29763
1# $Id: stable-supfile,v 1.10 1997/09/03 20:40:13 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###############################################################################
47#
48# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
49#
50# If you add any of the ports collections to this file, be sure to
51# specify them like this:
52#
53#   ports-all tag=.
54#
55# If you leave out the "tag=." portion, CVSup will delete all of
56# the files in your ports tree.  That is because "RELENG_2_1_0" and
57# "RELENG_2_2" are not valid tags for the ports portion of the CVS
58# repository.
59#
60###############################################################################
61
62# Defaults that apply to all the collections
63*default host=cvsup.FreeBSD.org
64*default base=/usr
65*default prefix=/usr
66# The following line is for 2.2-stable.  If you want 2.1-stable, change
67# "RELENG_2_2" to "RELENG_2_1_0".
68*default release=cvs tag=RELENG_2_2
69*default delete use-rel-suffix
70
71# If your network link is a T1 or faster, comment out the following line.
72*default compress
73
74## Main Source Tree.
75#
76# The easiest way to get the main source tree is to use the "src-all"
77# mega-collection.  It includes all of the individual "src-*" collections,
78# except "src-contrib-crypto",  "src-eBones", and "src-secure".
79src-all
80
81# These are the individual collections that make up "src-all".  If you
82# use these, be sure to comment out "src-all" above.
83#src-base
84#src-bin
85#src-contrib
86#src-etc
87#src-games
88#src-gnu
89#src-include
90#src-kerberosIV
91#src-lib
92#src-libexec
93#src-release
94#src-sbin
95#src-share
96#src-sys
97#src-tools
98#src-usrbin
99#src-usrsbin
100
101## Export-restricted collections.
102#
103# Only people in the USA and Canada may fetch these collections.  If
104# you are not in the USA or Canada, please use the collections in the
105# "secure-supfile" instead.
106#src-contrib-crypto
107#src-eBones
108#src-secure
109