stable-supfile revision 47480
1317027Sdim# $Id: stable-supfile,v 1.14 1999/02/11 18:14:03 jdp Exp $
2317027Sdim#
3317027Sdim# This file contains all of the "CVSup collections" that make up the
4317027Sdim# FreeBSD-stable source tree.
5317027Sdim#
6317027Sdim# CVSup (CVS Update Protocol) allows you to download the latest CVS
7317027Sdim# tree (or any branch of development therefrom) to your system easily
8317027Sdim# and efficiently (far more so than with sup, which CVSup is aimed
9317027Sdim# at replacing).  If you're running CVSup interactively, and are
10317027Sdim# currently using an X display server, you should run CVSup as follows
11317027Sdim# to keep your CVS tree up-to-date:
12317027Sdim#
13317027Sdim#	cvsup stable-supfile
14317027Sdim#
15317027Sdim# If not running X, or invoking cvsup from a non-interactive script, then
16317027Sdim# run it as follows:
17317027Sdim#
18317027Sdim#	cvsup -g -L 2 stable-supfile
19317027Sdim#
20317027Sdim# You may wish to change some of the settings in this file to better
21317027Sdim# suit your system:
22317027Sdim#
23317027Sdim# host=CHANGE_THIS.FreeBSD.org
24317027Sdim#		This specifies the server host which will supply the
25317027Sdim#		file updates.  You must change it to one of the CVSup
26317027Sdim#		mirror sites listed in the FreeBSD Handbook at
27317027Sdim#		http://www.freebsd.org/handbook/mirrors.html.
28317027Sdim#		You can	override this setting on the command line
29317027Sdim#		with cvsup's "-h host" option.
30317027Sdim#
31317027Sdim# base=/usr
32317027Sdim#		This specifies the root where CVSup will store information
33317027Sdim#		about the collections you have transferred to your system.
34317027Sdim#		A setting of "/usr" will generate this information in
35317027Sdim#		/usr/sup.  Even if you are CVSupping a large number of
36317027Sdim#		collections, you will be hard pressed to generate more than
37317027Sdim#		~1MB of data in this directory.  You can override the
38317027Sdim#		"base" setting on the command line with cvsup's "-b base"
39317027Sdim#		option.  This directory must exist in order to run CVSup.
40317027Sdim#
41317027Sdim# prefix=/usr
42317027Sdim#		This specifies where to place the requested files.  A
43317027Sdim#		setting of "/usr" will place all of the files requested
44317027Sdim#		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
45317027Sdim#		The prefix directory must exist in order to run CVSup.
46317027Sdim#
47317027Sdim###############################################################################
48317027Sdim#
49317027Sdim# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
50317027Sdim#
51317027Sdim# If you add any of the ports collections to this file, be sure to
52317027Sdim# specify them like this:
53317027Sdim#
54317027Sdim#   ports-all tag=.
55317027Sdim#
56317027Sdim# If you leave out the "tag=." portion, CVSup will delete all of
57317027Sdim# the files in your ports tree.  That is because the ports collections
58317027Sdim# do not use the same tags as the main part of the FreeBSD source tree.
59317027Sdim#
60317027Sdim###############################################################################
61317027Sdim
62317027Sdim# Defaults that apply to all the collections
63317027Sdim#
64317027Sdim# IMPORTANT: Change the next line to use one of the CVSup mirror sites
65317027Sdim# listed at http://www.freebsd.org/handbook/mirrors.html.
66317027Sdim*default host=CHANGE_THIS.FreeBSD.org
67317027Sdim*default base=/usr
68317027Sdim*default prefix=/usr
69317027Sdim# The following line is for 3-stable.  If you want 2.2-stable, change
70317027Sdim# "RELENG_3" to "RELENG_2_2".
71317027Sdim*default release=cvs tag=RELENG_3
72317027Sdim*default delete use-rel-suffix
73317027Sdim
74317027Sdim# If your network link is a T1 or faster, comment out the following line.
75317027Sdim*default compress
76317027Sdim
77317027Sdim## Main Source Tree.
78317027Sdim#
79317027Sdim# The easiest way to get the main source tree is to use the "src-all"
80317027Sdim# mega-collection.  It includes all of the individual "src-*" collections,
81317027Sdim# except "src-crypto" and "src-secure".
82317027Sdimsrc-all
83317027Sdim
84317027Sdim# These are the individual collections that make up "src-all".  If you
85317027Sdim# use these, be sure to comment out "src-all" above.
86317027Sdim#src-base
87317027Sdim#src-bin
88317027Sdim#src-contrib
89317027Sdim#src-etc
90317027Sdim#src-games
91317027Sdim#src-gnu
92317027Sdim#src-include
93317027Sdim#src-kerberosIV
94317027Sdim#src-lib
95317027Sdim#src-libexec
96317027Sdim#src-release
97317027Sdim#src-sbin
98317027Sdim#src-share
99317027Sdim#src-sys
100317027Sdim#src-tools
101317027Sdim#src-usrbin
102317027Sdim#src-usrsbin
103317027Sdim
104317027Sdim## Export-restricted collections.
105317027Sdim#
106317027Sdim# Only people in the USA and Canada may fetch these collections.  If
107317027Sdim# you are not in the USA or Canada, please use the collections in the
108317027Sdim# "secure-supfile" instead.
109317027Sdim#src-crypto
110317027Sdim#src-secure
111317027Sdim