|
Lines 7-19
Link Here
|
| 7 |
|
7 |
|
| 8 |
Each line of the refuse file contains one or more filename patterns |
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 |
9 |
separated by white space. Everything matched by a pattern will be |
| 10 |
left untouched by CVSup. If a pattern matches a directory, then |
10 |
left untouched by csup. If a pattern matches a directory, then |
| 11 |
everything beneath that directory will be left alone. |
11 |
everything beneath that directory will be left alone. |
| 12 |
|
12 |
|
| 13 |
You can copy "refuse" to your sup directory and add or remove |
13 |
You can copy "refuse" to your sup directory and add or remove |
| 14 |
whatever you like. The example supfiles in this directory set |
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 |
15 |
csup's base directory to "/var/db". The sup directory is in the base |
| 16 |
directory; i.e., it is "/usr/sup". If you have changed your base |
16 |
directory; i.e., it is "/var/db/sup". If you have changed your base |
| 17 |
directory, your sup directory is /path/to/base/sup. |
17 |
directory, your sup directory is /path/to/base/sup. |
| 18 |
|
18 |
|
| 19 |
This file used to contain /usr/src/etc/sendmail/freebsd.mc in case |
19 |
This file used to contain /usr/src/etc/sendmail/freebsd.mc in case |
|
Lines 60-65
Link Here
|
| 60 |
Use refuse files with care. Some parts of the src distribution |
60 |
Use refuse files with care. Some parts of the src distribution |
| 61 |
depend on files in completely different parts. |
61 |
depend on files in completely different parts. |
| 62 |
|
62 |
|
| 63 |
For more information about refuse files see cvsup(1), which is |
63 |
For more information about refuse files see csup(1). |
| 64 |
installed by the "cvsup" and "cvsup-bin" ports. See also the CVSup |
64 |
See also the CVSup FAQ at <http://www.cvsup.org/faq.html>. |
| 65 |
FAQ at <http://www.polstra.com/projects/freeware/CVSup/>. |
|
|