Merge from vendor branch BZIP:
[dragonfly.git] / share / examples / cvsup / NetBSD-supfile
1 # $DragonFly: src/share/examples/cvsup/NetBSD-supfile,v 1.1 2003/08/11 12:42:05 rob Exp $
2 #
3 # NETBSD-CVS-SUPFILE
4 #
5 # This file will by default maintain a copy of the NetBSD CVS tree in
6 # /home/nbcvs
7 #
8 # A list of NetBSD CVSup mirrors is availible at
9 #
10 #       http://www.netbsd.org/mirrors/#cvsup
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 netbsd-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.  If you leave it at its default a random
23 #               mirror site will be used.
24 #
25 # base=/usr
26 #               This specifies the root where CVSup will store information
27 #               about the collections you have transferred to your system.
28 #               A setting of "/usr" will generate this information in
29 #               /usr/sup.  Even if you are CVSupping a large number of
30 #               collections, you will be hard pressed to generate more than
31 #               ~1MB of data in this directory.  You can override the
32 #               "base" setting on the command line with cvsup's "-b base"
33 #               option.  This directory must exist in order to run CVSup.
34 #
35 # prefix=/home/nbcvs
36 #               This specifies where to place the requested files.  A
37 #               setting of "/home/ncvs" will place all of the files
38 #               requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
39 #               "/home/ncvs/ports/archivers").  The prefix directory
40 #               must exist in order to run CVSup.
41 #
42 *default host=cvsup.de.NetBSD.org
43 *default base=/usr
44 *default prefix=/home/nbcvs
45 *default release=cvs
46 *default delete use-rel-suffix
47 *default compress
48
49 netbsd