Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / examples / cvsup / refuse.README
1 $FreeBSD: src/share/examples/cvsup/refuse.README,v 1.1.2.8 2003/06/13 22:35:48 trhodes Exp $
2
3 This describes the "refuse" file found in this directory.  The
4 explanation cannot be put inside the file itself because:
5
6     COMMENTS ARE NOT ALLOWED IN refuse FILES!
7
8 Each line of the refuse file contains one or more filename patterns
9 separated by white space.  Everything matched by a pattern will be
10 left untouched by CVSup.  If a pattern matches a directory, then
11 everything beneath that directory will be left alone.
12
13 You can copy "refuse" to your sup directory and add or remove
14 whatever you like.  The example supfiles in this directory set
15 CVSup's base directory to "/usr".  The sup directory is in the base
16 directory; i.e., it is "/usr/sup".  If you have changed your base
17 directory, your sup directory is /path/to/base/sup.
18
19 Use the following pattern if you have modified
20 /usr/src/etc/sendmail/freebsd.mc to reflect your local configuration,
21 and you do not want CVSup to overwrite it:
22
23     src/etc/sendmail/freebsd.mc*
24
25 If you are an English speaker and don't wish to receive the
26 foreign-language documentation or ports, use the following patterns:
27
28     doc/da_*
29     doc/de_*
30     doc/es_*
31     doc/el_*
32     doc/fr_*
33     doc/it_*
34     doc/ja_*
35     doc/nl_*
36     doc/no_*
37     doc/pl_*
38     doc/pt_*
39     doc/ru_*
40     doc/sr_*
41     doc/zh_*
42     ports/chinese
43     ports/french
44     ports/german
45     ports/hebrew
46     ports/hungarian
47     ports/japanese
48     ports/korean
49     ports/portuguese
50     ports/russian
51     ports/ukrainian
52     ports/vietnamese
53
54 Use refuse files with care.  Some parts of the src distribution
55 depend on files in completely different parts.
56
57 For more information about refuse files see cvsup(1), which is
58 installed by the "cvsup" and "cvsup-bin" ports.  See also the CVSup
59 FAQ at <http://www.polstra.com/projects/freeware/CVSup/>.