]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - share/examples/cvsup/stable-supfile
MFC r362623:
[FreeBSD/stable/8.git] / share / examples / cvsup / stable-supfile
1 # $FreeBSD$
2 #
3 # This file contains all of the "CVSup collections" that make up the
4 # FreeBSD-stable source tree.
5 #
6 # csup (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
9 #
10 # To keep your CVS tree up-to-date run:
11 #
12 #       csup stable-supfile
13 #
14 # Note that this only updates the tree contents and does not
15 # update what is actually installed.
16 #
17 # You may wish to change some of the settings in this file to better
18 # suit your system:
19 #
20 # host=CHANGE_THIS.FreeBSD.org
21 #               This specifies the server host which will supply the
22 #               file updates.  You must change it to one of the CVSup
23 #               mirror sites listed in the FreeBSD Handbook at
24 #               http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
25 #               You can override this setting on the command line
26 #               with cvsup's "-h host" option.
27 #
28 # base=/var/db
29 #               This specifies the root where csup will store information
30 #               about the collections you have transferred to your system.
31 #               A setting of "/var/db" will generate this information in
32 #               /var/db/sup.  You can override the "base" setting on the
33 #               command line with cvsup's "-b base" option.  This directory
34 #               must exist in order to run CVSup.
35 #
36 # prefix=/usr
37 #               This specifies where to place the requested files.  A
38 #               setting of "/usr" will place all of the files requested
39 #               in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
40 #               The prefix directory must exist in order to run CVSup.
41 #
42 ###############################################################################
43 #
44 # DANGER!  WARNING!  LOOK OUT!  VORSICHT!
45 #
46 # If you add any of the ports collections to this file, be sure to
47 # specify them with a "tag" value set to ".", like this:
48 #
49 #   ports-all tag=.
50 #
51 # If you leave out the "tag=." portion, CVSup will delete all of
52 # the files in your ports.  That is because the ports
53 # collections do not use the same tags as the main part of the FreeBSD 
54 # source tree.
55 #
56 ###############################################################################
57
58 # Defaults that apply to all the collections
59 #
60 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
61 # listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
62 *default host=CHANGE_THIS.FreeBSD.org
63 *default base=/var/db
64 *default prefix=/usr
65 # The following line is for 8-stable.  If you want 7-stable, 6-stable,
66 # 5-stable, 4-stable, 3-stable, or 2.2-stable, change to "RELENG_7",
67 # "RELENG_6", "RELENG_5", "RELENG_4", "RELENG_3", or "RELENG_2_2"
68 # respectively.
69 *default release=cvs tag=RELENG_8
70 *default delete use-rel-suffix
71
72 # If you seem to be limited by CPU rather than network or disk bandwidth, try
73 # commenting out the following line.  (Normally, today's CPUs are fast enough
74 # that you want to run compression.)
75 *default compress
76
77 ## Main Source Tree.
78 #
79 # The easiest way to get the main source tree is to use the "src-all"
80 # mega-collection.  It includes all of the individual "src-*" collections.
81 # Please note:  If you want to track -STABLE, leave this uncommented.
82 src-all
83
84 # These are the individual collections that make up "src-all".  If you
85 # use these, be sure to comment out "src-all" above.
86 #src-base
87 #src-bin
88 #src-cddl
89 #src-contrib
90 #src-etc
91 #src-games
92 #src-gnu
93 #src-include
94 #src-kerberos5
95 #src-kerberosIV
96 #src-lib
97 #src-libexec
98 #src-release
99 #src-rescue
100 #src-sbin
101 #src-share
102 #src-sys
103 #src-tools
104 #src-usrbin
105 #src-usrsbin
106 # These are the individual collections that make up FreeBSD's crypto
107 # collection. They are no longer export-restricted and are a part of
108 # src-all
109 #src-crypto
110 #src-eBones
111 #src-secure
112 #src-sys-crypto