Next round of fixing all kinds of spelling mistakes.
[games.git] / share / examples / cvsup / DragonFly-release1_6-supfile
1 # $DragonFly: src/share/examples/cvsup/DragonFly-release1_6-supfile,v 1.3 2007/05/17 08:19:01 swildner Exp $
2 #
3 # DRAGONFLY-RELEASE1_6-SUPFILE
4 #
5 # This file will by default maintain the DragonFly 1.6 release source code
6 # in /usr/src/ by tracking the DragonFly_RELEASE_1_6_Slip tag in the CVS tree.
7 # This tag represents the maintenance arm of the DragonFly 1.6 release.
8 #
9 # (The '_Slip' part is a slip tag that tracks changes along with the correct
10 #  subversion.  If you do not use this tag your subversion may be out of 
11 #  whack with the actual code you get).
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 4 DragonFly-release1_6-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.  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=/usr
36 #               This specifies where to place the requested files.  A
37 #               setting of "/usr" will place all of the files
38 #               requested in /usr (e.g., "/usr/src/bin").
39 #               The prefix directory must exist in order to run CVSup.
40 #
41 #
42 *default host=cvsup.dragonflybsd.org
43 *default base=/usr
44 *default prefix=/usr
45 *default release=cvs tag=DragonFly_RELEASE_1_6_Slip
46 *default delete use-rel-suffix
47 *default compress
48
49 dragonfly-cvs-src