Defaults for btconfig and sdpd rc.d scripts.
[dragonfly.git] / share / examples / cvsup / FreeBSD-stable-supfile
blob626648314994778e31a99b0e8ffd1faeab33cbda
1 # $FreeBSD: src/share/examples/cvsup/stable-supfile,v 1.30 2005/09/12 13:31:33 kensmith Exp $
2 # $DragonFly: src/share/examples/cvsup/Attic/FreeBSD-stable-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $
4 # This file contains all of the "CVSup collections" that make up the
5 # FreeBSD-stable source tree.
7 # CVSup (CVS Update Protocol) allows you to download the latest CVS
8 # tree (or any branch of development therefrom) to your system easily
9 # and efficiently (far more so than with sup, which CVSup is aimed
10 # at replacing).  If you're running CVSup interactively, and are
11 # currently using an X display server, you should run CVSup as follows
12 # to keep your CVS tree up-to-date:
14 #       cvsup stable-supfile
16 # If not running X, or invoking cvsup from a non-interactive script, then
17 # run it as follows:
19 #       cvsup -g -L 2 stable-supfile
21 # You may wish to change some of the settings in this file to better
22 # suit your system:
24 # host=CHANGE_THIS.FreeBSD.org
25 #               This specifies the server host which will supply the
26 #               file updates.  You must change it to one of the CVSup
27 #               mirror sites listed in the FreeBSD Handbook at
28 #               http://www.freebsd.org/doc/handbook/mirrors.html.
29 #               You can override this setting on the command line
30 #               with cvsup's "-h host" option.
32 # base=/usr
33 #               This specifies the root where CVSup will store information
34 #               about the collections you have transferred to your system.
35 #               A setting of "/usr" will generate this information in
36 #               /usr/sup.  Even if you are CVSupping a large number of
37 #               collections, you will be hard pressed to generate more than
38 #               ~1MB of data in this directory.  You can override the
39 #               "base" setting on the command line with cvsup's "-b base"
40 #               option.  This directory must exist in order to run CVSup.
42 # prefix=/usr
43 #               This specifies where to place the requested files.  A
44 #               setting of "/usr" will place all of the files requested
45 #               in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
46 #               The prefix directory must exist in order to run CVSup.
48 ###############################################################################
50 # DANGER!  WARNING!  LOOK OUT!  VORSICHT!
52 # If you add any of the ports or doc collections to this file, be sure to
53 # specify them with a "tag" value set to ".", like this:
55 #   ports-all tag=.
56 #   doc-all tag=.
58 # If you leave out the "tag=." portion, CVSup will delete all of
59 # the files in your ports or doc tree.  That is because the ports and doc
60 # collections do not use the same tags as the main part of the FreeBSD 
61 # source tree.
63 ###############################################################################
65 # Defaults that apply to all the collections
67 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
68 # listed at http://www.freebsd.org/doc/handbook/mirrors.html.
69 *default host=CHANGE_THIS.FreeBSD.org
70 *default base=/usr
71 *default prefix=/usr
72 # The following line is for 6-stable.  If you want 5-stable, 4-stable,
73 # 3-stable, or 2.2-stable, change to "RELENG_5", "RELENG_4", "RELENG_3",
74 # or "RELENG_2_2" respectively.
75 *default release=cvs tag=RELENG_6
76 *default delete use-rel-suffix
78 # If you seem to be limited by CPU rather than network or disk bandwidth, try
79 # commenting out the following line.  (Normally, today's CPUs are fast enough
80 # that you want to run compression.)
81 *default compress
83 ## Main Source Tree.
85 # The easiest way to get the main source tree is to use the "src-all"
86 # mega-collection.  It includes all of the individual "src-*" collections.
87 # Please note:  If you want to track -STABLE, leave this uncommented.
88 src-all
90 # These are the individual collections that make up "src-all".  If you
91 # use these, be sure to comment out "src-all" above.
92 #src-base
93 #src-bin
94 #src-contrib
95 #src-etc
96 #src-games
97 #src-gnu
98 #src-include
99 #src-kerberos5
100 #src-kerberosIV
101 #src-lib
102 #src-libexec
103 #src-release
104 #src-sbin
105 #src-share
106 #src-sys
107 #src-tools
108 #src-usrbin
109 #src-usrsbin
110 # These are the individual collections that make up FreeBSD's crypto
111 # collection. They are no longer export-restricted and are a part of
112 # src-all
113 #src-crypto
114 #src-eBones
115 #src-secure
116 #src-sys-crypto