]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/cvsup/refuse.README
This commit was generated by cvs2svn to compensate for changes in r169942,
[FreeBSD/FreeBSD.git] / share / examples / cvsup / refuse.README
1 $FreeBSD$
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 This file used to contain /usr/src/etc/sendmail/freebsd.mc in case
20 you modified that file.  However, this was removed as it can break
21 buildworld.  Modify /etc/mail/`hostname`.mc instead.
22
23 If you are an English speaker and don't wish to receive the
24 foreign-language documentation or ports, use the following patterns:
25
26     doc/bn_*
27     doc/da_*
28     doc/de_*
29     doc/el_*
30     doc/es_*
31     doc/fr_*
32     doc/id_*
33     doc/it_*
34     doc/ja_*
35     doc/nl_*
36     doc/no_*
37     doc/pl_*
38     doc/pt_*
39     doc/ro_*
40     doc/ru_*
41     doc/sr_*
42     doc/tr_*
43     doc/zh_*
44     ports/arabic
45     ports/chinese
46     ports/french
47     ports/german
48     ports/hebrew
49     ports/hungarian
50     ports/japanese
51     ports/korean
52     ports/polish
53     ports/portuguese
54     ports/russian
55     ports/ukrainian
56     ports/vietnamese
57
58 Use refuse files with care.  Some parts of the src distribution
59 depend on files in completely different parts.
60
61 For more information about refuse files see cvsup(1), which is
62 installed by the "cvsup" and "cvsup-bin" ports.  See also the CVSup
63 FAQ at <http://www.polstra.com/projects/freeware/CVSup/>.