]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - share/examples/cvsup/doc-supfile
MFC r233428:
[FreeBSD/stable/8.git] / share / examples / cvsup / doc-supfile
1 # $FreeBSD$
2 #
3 # This file contains all of the "CVSup collections" that make up the
4 # source of the FreeBSD doc tree
5 #
6 # csup (CVS Update Protocol) allows you to download the latest CVS
7 # tree (or any branch of development therefrom) to your system easily
8 # and efficiently
9 #
10 # To keep your CVS tree up-to-date run:
11 #
12 #       csup doc-supfile
13 #
14 # Note that this only updates the tree contents and does not
15 # update what is actually installed.
16 #
17 # You may wish to change some of the settings in this file to better
18 # suit your system:
19 #
20 # host=CHANGE_THIS.FreeBSD.org
21 #               This specifies the server host which will supply the
22 #               file updates.  You must change it to one of the CVSup
23 #               mirror sites listed in the FreeBSD Handbook at
24 #               http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
25 #               You can override this setting on the command line
26 #               with cvsup's "-h host" option.
27 #
28 # base=/var/db
29 #               This specifies the root where csup will store information
30 #               about the collections you have transferred to your system.
31 #               A setting of "/var/db" will generate this information in
32 #               /var/db/sup.  You can override the "base" setting on the
33 #               command line with cvsup's "-b base" option.  This directory
34 #               must exist in order to run CVSup.
35 #
36 # prefix=/usr
37 #               This specifies where to place the requested files.  A
38 #               setting of "/usr" will place all of the files requested
39 #               in "/usr/doc" (e.g., "/usr/doc/en_US.ISO8859-1").
40 #               The prefix directory must exist in order to run CVSup.
41
42 # Defaults that apply to all the collections
43 #
44 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
45 # listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
46 *default host=CHANGE_THIS.FreeBSD.org
47 *default base=/var/db
48 *default prefix=/usr
49 #
50 # "tag" in the next line should always either be "." to receive the most
51 # up-to-date files, or left blank (i.e., "*default release=cvs") to receive
52 # the CVS ,v files.  The doc collection is not branched.
53 #
54 *default release=cvs tag=.
55 *default delete use-rel-suffix
56
57 # If you seem to be limited by CPU rather than network or disk bandwidth, try
58 # commenting out the following line.  (Normally, today's CPUs are fast enough
59 # that you want to run compression.)
60 *default compress
61
62 # This will retrieve the entire doc branch of the FreeBSD repository.
63 # This includes the handbook, FAQ, and translations thereof.
64 doc-all