78a4d8cb443376ba4fd06e649eabdb184eef1159
[dragonfly.git] / share / examples / cvsup / OpenBSD-supfile
1 # $DragonFly: src/share/examples/cvsup/OpenBSD-supfile,v 1.3 2008/02/10 22:25:36 swildner Exp $
2 #
3 # OPENBSD-CVS-SUPFILE
4 #
5 # This file will by default maintain a copy of the OpenBSD CVS tree in
6 # /home/obcvs
7 #
8 # A list of OpenBSD CVSup mirrors is available at:
9 #
10 #       http://www.openbsd.org/cvsup.html#CVSROOT
11 #
12 # If not running X, or invoking cvsup from a non-interactive script, then
13 # run it as follows:
14 #
15 #       cvsup -g -L 2 openbsd-supfile
16 #
17 # You may wish to change some of the settings in this file to better
18 # suit your system:
19 #
20 # host=<mirror_site>
21 #               This specifies the server host which will supply the
22 #               file updates.
23 #
24 # base=/usr
25 #               This specifies the root where CVSup will store information
26 #               about the collections you have transferred to your system.
27 #               A setting of "/usr" will generate this information in
28 #               /usr/sup.  Even if you are CVSupping a large number of
29 #               collections, you will be hard pressed to generate more than
30 #               ~1MB of data in this directory.  You can override the
31 #               "base" setting on the command line with cvsup's "-b base"
32 #               option.  This directory must exist in order to run CVSup.
33 #
34 # prefix=/home/obcvs
35 #               This specifies where to place the requested files.  A
36 #               setting of "/home/obcvs" will place all of the files
37 #               requested in /home/obcvs (e.g., "/home/obcvs/src/bin",
38 #               "/home/obcvs/ports/archivers").  The prefix directory
39 #               must exist in order to run CVSup.
40 #
41 *default host=CHANGE_THIS.openbsd.org
42 *default base=/usr
43 *default prefix=/home/obcvs
44 *default release=cvs
45 *default delete use-rel-suffix
46 *default compress
47
48 OpenBSD-all
49 #OpenBSD-src
50 #OpenBSD-www
51 #OpenBSD-ports
52 #OpenBSD-x11
53 #OpenBSD-xf4
54 #OpenBSD-xenocara