From: minima Date: Sat, 17 Nov 2001 16:08:14 +0000 (+0000) Subject: remove if from if unless connected X-Git-Tag: R_1_49~9 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=0ea4dd9653f0c179c89b089bd595244b8dc14e69 remove if from if unless connected --- diff --git a/html/installation-6.html b/html/installation-6.html index 1843ddcc..f0228118 100644 --- a/html/installation-6.html +++ b/html/installation-6.html @@ -28,7 +28,7 @@ a comment) # check every 10 minutes to see if gb7xxx is connected and if not # start a connect job going -0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx') +0,10,20,30,40,50 * * * * start_connect('gb7xxx') unless connected('gb7xxx')

diff --git a/sgml/installation.sgml b/sgml/installation.sgml index f78af3c1..1f4a86f5 100644 --- a/sgml/installation.sgml +++ b/sgml/installation.sgml @@ -1229,7 +1229,7 @@ a comment) # check every 10 minutes to see if gb7xxx is connected and if not # start a connect job going -0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx') +0,10,20,30,40,50 * * * * start_connect('gb7xxx') unless connected('gb7xxx')

diff --git a/txt/installation.txt b/txt/installation.txt index 2fc1f7f7..0c23cec9 100644 --- a/txt/installation.txt +++ b/txt/installation.txt @@ -1512,7 +1512,7 @@ # check every 10 minutes to see if gb7xxx is connected and if not # start a connect job going - 0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx') + 0,10,20,30,40,50 * * * * start_connect('gb7xxx') unless connected('gb7xxx')