]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/examples/cvsup/standard-supfile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / examples / cvsup / standard-supfile
1 # $FreeBSD$
2 #
3 # This file contains all of the "CVSup collections" that make up the
4 # FreeBSD-current 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 standard-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 # Defaults that apply to all the collections
43 #
44 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
45 # listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
46 *default host=CHANGE_THIS.FreeBSD.org
47 *default base=/var/db
48 *default prefix=/usr
49 *default release=cvs tag=RELENG_9
50 *default delete use-rel-suffix
51
52 # If you seem to be limited by CPU rather than network or disk bandwidth, try
53 # commenting out the following line.  (Normally, today's CPUs are fast enough
54 # that you want to run compression.)
55 *default compress
56
57 ## Main Source Tree.
58 #
59 # The easiest way to get the main source tree is to use the "src-all"
60 # mega-collection.  It includes all of the individual "src-*" collections.
61 src-all
62
63 # These are the individual collections that make up "src-all".  If you
64 # use these, be sure to comment out "src-all" above.
65 #src-base
66 #src-bin
67 #src-cddl
68 #src-contrib
69 #src-etc
70 #src-games
71 #src-gnu
72 #src-include
73 #src-kerberos5
74 #src-kerberosIV
75 #src-lib
76 #src-libexec
77 #src-release
78 #src-rescue
79 #src-sbin
80 #src-share
81 #src-sys
82 #src-tools
83 #src-usrbin
84 #src-usrsbin
85 # These are the individual collections that make up FreeBSD's crypto
86 # collection. They are no longer export-restricted and are a part of
87 # src-all
88 #src-crypto
89 #src-eBones
90 #src-secure
91 #src-sys-crypto