Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / examples / cvsup / NetBSD-supfile
1 # $NetBSD: netbsd-supfile,v 1.1 2007/06/09 11:32:56 dsieger Exp $
2 # $DragonFly: src/share/examples/cvsup/NetBSD-supfile,v 1.3 2008/02/10 22:25:36 swildner Exp $
3 #
4 # NETBSD-CVS-SUPFILE
5 #
6 # This file will by default maintain a copy of the NetBSD CVS tree in
7 # /home/nbcvs
8 #
9 # A list of NetBSD CVSup mirrors is available at
10 #
11 #       http://www.netbsd.org/mirrors/#cvsup
12 #
13 # If not running X, or invoking cvsup from a non-interactive script, then
14 # run it as follows:
15 #
16 #       cvsup -g -L 2 netbsd-supfile
17 #
18 # You may wish to change some of the settings in this file to better
19 # suit your system:
20 #
21 # host=<mirror_site>
22 #               This specifies the server host which will supply the
23 #               file updates.
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.  You can override the "base" setting on the
30 #               command line with cvsup's "-b base" option.  This directory
31 #               must exist in order to run CVSup.
32 #
33 # prefix=/home/nbcvs
34 #               This specifies where to place the requested files.  A
35 #               setting of "/home/nbcvs" will place all of the files
36 #               requested in /home/nbcvs (e.g., "/home/nbcvs/src/bin").
37 #               The prefix directory must exist in order to run CVSup.
38 #
39 *default host=CHANGE_THIS.NetBSD.org
40 *default base=/usr
41 *default prefix=/home/nbcvs
42 *default release=cvs
43 *default delete use-rel-suffix
44 *default compress
45
46 # If you want all tree we have, use this line.
47 netbsd
48
49 # smaller collections
50 #netbsd-basesrc
51 #netbsd-cryptosrc-intl
52 #netbsd-doc
53 #netbsd-gnusrc
54 #netbsd-pkgsrc
55 #netbsd-sharesrc
56 #netbsd-syssrc
57 #netbsd-xsrc