From 070fcac3e510df327f6049859bc60b574cca39c5 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Wed, 23 Nov 2005 12:01:41 +0000 Subject: [PATCH] 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] --- en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml index d46e809a44..4c0e81f7d3 100644 --- a/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml @@ -2343,7 +2343,7 @@ doc/zh_* - Using portsnap + Using Portsnap Introduction @@ -2497,6 +2497,14 @@ doc/zh_* value between 0 and 23, in order to spread the load on the portsnap servers more evenly. + + Some older versions of portsnap + do not support listing multiple commands (e.g., "cron update") + in the same invocation of portsnap. If + the line above fails, try replacing + portsnap -I cron update with + portsnap cron && portsnap -I update. +