Add a note pointing out that "portsnap -I cron update" should be

replaced by "portsnap cron && portsnap -I update" on some older
versions of portsnap. [1]

While I'm here, s/portsnap/Portsnap/ in the title to be consistent
with the capitalization in the rest of the handbook.

Submitted by:   Ed Schouten [1]
This commit is contained in:
Colin Percival 2005-11-23 12:01:41 +00:00
parent 49e4e68df0
commit 070fcac3e5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26394

View file

@ -2343,7 +2343,7 @@ doc/zh_*</screen>
</sect1>
<sect1 id="portsnap">
<title>Using portsnap</title>
<title>Using Portsnap</title>
<sect2 id="portsnap-intro">
<title>Introduction</title>
@ -2497,6 +2497,14 @@ doc/zh_*</screen>
value between 0 and 23, in order to spread the load on the
<application>portsnap</application> servers more evenly.</para>
</note>
<note>
<para>Some older versions of <application>portsnap</application>
do not support listing multiple commands (e.g., "cron update")
in the same invocation of <command>portsnap</command>. If
the line above fails, try replacing
<command>portsnap -I cron update</command> with
<command>portsnap cron && portsnap -I update</command>.</para>
</note>
</sect2>
</sect1>