Defaults for btconfig and sdpd rc.d scripts.
[dragonfly.git] / share / examples / cvsup / OpenBSD-supfile
blob09d5c08f7e70bbe5371cc8403e6d25e38dc447df
1 # $DragonFly: src/share/examples/cvsup/OpenBSD-supfile,v 1.2 2007/04/01 12:20:50 swildner Exp $
3 # OPENBSD-CVS-SUPFILE
5 # This file will by default maintain a copy of the OpenBSD CVS tree in
6 # /home/obcvs
8 # A list of OpenBSD CVSup mirrors is available at:
10 #       http://www.openbsd.org/cvsup.html#CVSROOT
12 # If not running X, or invoking cvsup from a non-interactive script, then
13 # run it as follows:
15 #       cvsup -g -L 2 openbsd-supfile
17 # You may wish to change some of the settings in this file to better
18 # suit your system:
20 # host=<mirror_site>
21 #               This specifies the server host which will supply the
22 #               file updates.
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.
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.
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
48 OpenBSD-all
49 #OpenBSD-src
50 #OpenBSD-www
51 #OpenBSD-ports
52 #OpenBSD-x11
53 #OpenBSD-xf4