Deleted Added
full compact
stable-supfile (17729) stable-supfile (19619)
1# $Id: stable-supfile,v 1.1 1996/08/21 00:23:54 jkh Exp $
1# $Id: stable-supfile,v 1.2 1996/08/21 00:26:26 jkh Exp $
2#
2#
3# This file contains all of the "CVSUP collections" that comprise the FreeBSD
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#
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#
17# You may want to change some of the settings in this file to better
18# suit your system:
19#
20# base=/usr
21# You may want to change some of the settings in this file to better
22# suit your system:
23#
24# base=/usr
21# base specifies the root where SUP will store information
25# base specifies the root where CVSup will store information
22# about the collections you have transferred to your system.
23# A setting of "/usr" will generate this information in
26# about the collections you have transferred to your system.
27# A setting of "/usr" will generate this information in
24# /usr/sup. Even if you are SUPing a large number of
28# /usr/sup. Even if you are CVSupping a large number of
25# collections, you will be hard pressed to generate more than
26# ~1MB of data in this directory.
27#
29# collections, you will be hard pressed to generate more than
30# ~1MB of data in this directory.
31#
28# prefix=/usr/src
32# prefix=/usr
29# prefix specifies where to place the requested files. A
33# prefix specifies where to place the requested files. A
30# setting of "/usr/src" will place the all of the files
34# setting of "/usr" will place the all of the files
31# requested in /usr/src (ie /usr/src/bin, /usr/src/share).
32# The directory that is the prefix must exist in order for
35# requested in /usr/src (ie /usr/src/bin, /usr/src/share).
36# The directory that is the prefix must exist in order for
33# SUP to transfer files successfully.
37# CVSup to transfer files successfully.
34
38
35src-base release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
36src-bin release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
37src-contrib release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
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
38
39# Domestic users only please. If you live outside of the U.S.A and Canada
40# please use the collections in the secure-stable-supfile.
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.
41#src-eBones release=stable host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
42src-etc release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
43src-games release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
44src-gnu release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
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
45src-include 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
46src-lib 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
47src-libexec 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
48src-sbin 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
49
50# Domestic users only please. If you live outside of the U.S.A and Canada
51# please use the collections in the secure-stable-supfile.
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.
52#src-secure release=stable host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix
53src-share release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
54src-sys release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
55src-usrbin release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=RELENG_2_1_0
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
56src-usrsbin 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