X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=html%2Fadminmanual-4.html;h=764fdb25bd9f16dfb1a14af29a1fd51158bd7b01;hb=c9768e5afacacc3dd4004a35aeef2a2e54865177;hp=d7652b3f4c018fd6a63b14c78c172da93847688a;hpb=e674587476599456cce169e02b0e441d985f9dd8;p=spider.git diff --git a/html/adminmanual-4.html b/html/adminmanual-4.html index d7652b3f..764fdb25 100644 --- a/html/adminmanual-4.html +++ b/html/adminmanual-4.html @@ -2,7 +2,7 @@ - The DXSpider Installation and Administration Manual : Automating things + The DXSpider Installation and Administration Manual: Automating things @@ -38,9 +38,17 @@ DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/t

-

This line works fine for RedHat and SuSE distributions. The line required for -Slackware distributions is slightly different. My thanks to Aurelio, PA3EZL for -this information. +

This line works fine for RedHat distributions. It is also fine for SuSE up to +7.0. From Suse 7.1 you need to add runlevels 2 and 5 like this ... +

+

+
+DX:235:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7
+
+
+

+

The line required for Slackware distributions is slightly different. My thanks to +Aurelio, PA3EZL for this information.

@@ -69,7 +77,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 !connected('gb7xxx')
+0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx')