| Summary: | cvsup documentation inconsistent about the default value for base | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | bkogawa <bkogawa> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
bkogawa
2000-12-12 08:40:01 UTC
Here is a patch against the file in
doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml, which appears to
be the file in question. I'm not sure i did the right stuff, and i
didn't try to recompile the sgml. I did try to upgrade to the latest
cvsup-bin, which said that the default for base was /usr/local/etc/cvsup .
*** handbook/mirrors/chapter.sgml.orig Tue Dec 12 03:10:30 2000
--- handbook/mirrors/chapter.sgml Tue Dec 12 03:11:34 2000
***************
*** 2174,2181 ****
<filename><replaceable>base</replaceable>/sup/refuse</filename>.
<replaceable>base</replaceable> is defined in your supfile; by
default, <replaceable>base</replaceable> is
! <filename>/usr/sup</filename>, which means that by default the
! refuse file is in <filename>/usr/sup/refuse</filename>.</para>
<para>The refuse file has a very simple format; it simply
contains the names of files or directories that you do not wish
--- 2174,2183 ----
<filename><replaceable>base</replaceable>/sup/refuse</filename>.
<replaceable>base</replaceable> is defined in your supfile; by
default, <replaceable>base</replaceable> is
! <filename>/usr/local/etc/cvsup</filename>,
! which means that by default the
! refuse file is in
! <filename>/usr/local/etc/cvsup/sup/refuse</filename>.</para>
<para>The refuse file has a very simple format; it simply
contains the names of files or directories that you do not wish
State Changed From-To: open->closed Committed, thanks! |