Merge from vendor branch BINUTILS:
[dragonfly.git] / share / examples / cvsup / OpenDarwin-supfile
1 # $DragonFly: src/share/examples/cvsup/Attic/OpenDarwin-supfile,v 1.1 2003/08/11 12:42:05 rob Exp $
2 #
3 # OPENDARWIN-CVS-SUPFILE
4 #
5 # This file will by default maintain a copy of the OpenDarwin CVS tree in
6 # /home/odcvs
7 #
8 # If not running X, or invoking cvsup from a non-interactive script, then
9 # run it as follows:
10 #
11 #       cvsup -g -L 2 opendarwin-supfile
12 #
13 # You may wish to change some of the settings in this file to better
14 # suit your system:
15 #
16 # host=<mirror_site>
17 #               This specifies the server host which will supply the
18 #               file updates.  If you leave it at its default a random
19 #               mirror site will be used.
20 #
21 # base=/usr
22 #               This specifies the root where CVSup will store information
23 #               about the collections you have transferred to your system.
24 #               A setting of "/usr" will generate this information in
25 #               /usr/sup.  Even if you are CVSupping a large number of
26 #               collections, you will be hard pressed to generate more than
27 #               ~1MB of data in this directory.  You can override the
28 #               "base" setting on the command line with cvsup's "-b base"
29 #               option.  This directory must exist in order to run CVSup.
30 #
31 # prefix=/home/ncvs
32 #               This specifies where to place the requested files.  A
33 #               setting of "/home/ncvs" will place all of the files
34 #               requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
35 #               "/home/ncvs/ports/archivers").  The prefix directory
36 #               must exist in order to run CVSup.
37 #
38 *default host=cvsup1.opendarwin.org
39 *default base=/usr
40 *default prefix=/home/odcvs
41 *default release=cvs
42 *default delete use-rel-suffix
43 *default compress
44
45 cvs-all
46 #src-all
47 #dports-all
48 #www-all