the default base for cvsup is /usr/local/etc/cvsup, not /usr/sup
PR: 23496 Submitted by: Bryan K. Ogawa <bkogawa@primenet.com>
This commit is contained in:
parent
31804303bc
commit
2fd937f4c5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8506
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml,v 1.101 2000/12/01 22:45:07 jdp Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml,v 1.102 2000/12/11 20:28:26 dwmalone Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="mirrors">
|
<appendix id="mirrors">
|
||||||
|
@ -2174,8 +2174,9 @@ src-all</programlisting>
|
||||||
<filename><replaceable>base</replaceable>/sup/refuse</filename>.
|
<filename><replaceable>base</replaceable>/sup/refuse</filename>.
|
||||||
<replaceable>base</replaceable> is defined in your supfile; by
|
<replaceable>base</replaceable> is defined in your supfile; by
|
||||||
default, <replaceable>base</replaceable> is
|
default, <replaceable>base</replaceable> is
|
||||||
<filename>/usr/sup</filename>, which means that by default the
|
<filename>/usr/local/etc/cvsup</filename>,
|
||||||
refuse file is in <filename>/usr/sup/refuse</filename>.</para>
|
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
|
<para>The refuse file has a very simple format; it simply
|
||||||
contains the names of files or directories that you do not wish
|
contains the names of files or directories that you do not wish
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml,v 1.101 2000/12/01 22:45:07 jdp Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml,v 1.102 2000/12/11 20:28:26 dwmalone Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="mirrors">
|
<appendix id="mirrors">
|
||||||
|
@ -2174,8 +2174,9 @@ src-all</programlisting>
|
||||||
<filename><replaceable>base</replaceable>/sup/refuse</filename>.
|
<filename><replaceable>base</replaceable>/sup/refuse</filename>.
|
||||||
<replaceable>base</replaceable> is defined in your supfile; by
|
<replaceable>base</replaceable> is defined in your supfile; by
|
||||||
default, <replaceable>base</replaceable> is
|
default, <replaceable>base</replaceable> is
|
||||||
<filename>/usr/sup</filename>, which means that by default the
|
<filename>/usr/local/etc/cvsup</filename>,
|
||||||
refuse file is in <filename>/usr/sup/refuse</filename>.</para>
|
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
|
<para>The refuse file has a very simple format; it simply
|
||||||
contains the names of files or directories that you do not wish
|
contains the names of files or directories that you do not wish
|
||||||
|
|
Loading…
Reference in a new issue