Oops, forgotten part in last commit.
[dragonfly.git] / share / examples / cvsup / OpenBSD-supfile
1 # $DragonFly: src/share/examples/cvsup/OpenBSD-supfile,v 1.4 2008/02/10 22:32:19 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.  You can override the "base" setting on the
29 #               command line with cvsup's "-b base" option.  This directory
30 #               must exist in order to run CVSup.
31 #
32 # prefix=/home/obcvs
33 #               This specifies where to place the requested files.  A
34 #               setting of "/home/obcvs" will place all of the files
35 #               requested in /home/obcvs (e.g., "/home/obcvs/src/bin",
36 #               "/home/obcvs/ports/archivers").  The prefix directory
37 #               must exist in order to run CVSup.
38 #
39 *default host=CHANGE_THIS.openbsd.org
40 *default base=/usr
41 *default prefix=/home/obcvs
42 *default release=cvs
43 *default delete use-rel-suffix
44 *default compress
45
46 OpenBSD-all
47 #OpenBSD-src
48 #OpenBSD-www
49 #OpenBSD-ports
50 #OpenBSD-x11
51 #OpenBSD-xf4
52 #OpenBSD-xenocara