Add the first draft of the usermanual and minor changes to adminmanual
[spider.git] / sgml / adminmanual.sgml
index 3d5d9cfc64283c81db984ba6497587be6e0b5025..5665f17e3ee84f803561be3697c8d61392009e52 100644 (file)
@@ -601,6 +601,15 @@ the following lines to the file near the end ...
 DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7
 </verb></tscreen>
 
+<P>
+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.
+
+<tscreen><verb>
+DX:23:respawn:/bin/su - sysop -c "/usr/bin/perl -w /spider/perl/cluster.pl" >/dev/tty7
+</verb></tscreen>
+
 <P>
 This will automatically start DXSpider on tty7 (ALT-F7) on bootup and restart 
 it should it crash for any reason.