Document the ``resource management'' (rman) abstraction in rman(9).
[dragonfly.git] / share / examples / cvsup / DragonFly-supfile
1 # $DragonFly: src/share/examples/cvsup/Attic/DragonFly-supfile,v 1.3 2003/11/22 07:51:14 asmodai Exp $
2 #
3 # DRAGONFLY-CVS-SUPFILE
4 #
5 # This file will by default maintain a copy of the DragonFly BSD CVS tree
6 # in /home/dcvs.
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 dragonfly-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/dcvs
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 # If you want to use a 'checked out' copy of the DragonFly source tree, make
39 # sure to use prefix=/usr and release=cvs tag=.
40 #
41 *default host=cvsup.dragonflybsd.org
42 *default base=/usr
43 *default prefix=/home/dcvs
44 #*default prefix=/usr
45 *default release=cvs
46 #*default release=cvs tag=.
47 *default delete use-rel-suffix
48 *default compress
49
50 cvs-root
51 cvs-src
52 cvs-dfports
53 # cvs-site
54