stable-supfile revision 19619
1# $Id: stable-supfile,v 1.2 1996/08/21 00:26:26 jkh Exp $
2#
3# This file contains all of the "CVSup collections" that comprise the FreeBSD
4# stable branch.  CVSup (CVS Update Protocol) allows you to syncronize your
5# system sources with the latest version of this branch easily and efficiently
6# (far more so than with sup, which CVSup is aimed at replacing).  If you're
7# running CVSup interactively, and are currently using an X display server,
8# you should run CVSup as follows to keep your -stable tree up-to-date:
9#
10#	cvsup stable-supfile
11#
12# If not running X, or invoking cvsup from a non-interactive script, then
13# run it as follows:
14#
15#	cvsup -g -L 2 stable-supfile
16#
17# If your network link is ISDN or slower, you'll save time by using
18# compression.  Either add the "-z" option to the cvsup command line,
19# or add the "compress" keyword to each collection in this supfile.
20#
21# You may want to change some of the settings in this file to better
22# suit your system:
23#
24# base=/usr	
25#		base specifies the root where CVSup will store information
26#		about the collections you have transferred to your system.
27#		A setting of "/usr" will generate this information in
28#		/usr/sup.  Even if you are CVSupping a large number of
29#		collections, you will be hard pressed to generate more than
30#		~1MB of data in this directory.
31#
32# prefix=/usr
33#		prefix specifies where to place the requested files.  A
34#		setting of "/usr" will place the all of the files
35#		requested in /usr/src (ie /usr/src/bin, /usr/src/share).
36#		The directory that is the prefix must exist in order for
37#		CVSup to transfer files successfully.
38
39src-base    release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
40src-bin     release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
41
42# Domestic users only please.  If you live outside of the U.S.A and Canada
43# please use the collections in the secure-stable-supfile.
44#src-eBones  release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
45src-etc     release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
46src-games   release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
47src-gnu     release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
48src-include release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
49src-lib     release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
50src-libexec release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
51src-sbin    release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
52
53# Domestic users only please.  If you live outside of the U.S.A and Canada
54# please use the collections in the secure-stable-supfile.
55#src-secure  release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
56src-share   release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
57src-sys     release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
58src-usrbin  release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
59src-usrsbin release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
60