make additions and changes to manuals
[spider.git] / html / adminmanual-4.html
index b7227c25e70e3e5e9edbcd67ace4475819f0987b..d0f9178cd4a0e9b38f7190225114ca13b8491686 100644 (file)
@@ -2,7 +2,7 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
- <TITLE>The DXSpider Administration Manual v1.49: Scripts</TITLE>
+ <TITLE>The DXSpider Administration Manual v1.50: Scripts</TITLE>
  <LINK HREF="adminmanual-5.html" REL=next>
  <LINK HREF="adminmanual-3.html" REL=previous>
  <LINK HREF="adminmanual.html#toc4" REL=contents>
@@ -33,7 +33,7 @@ below and is included in the distribution as startup.issue.
 # startup script example
 #
 # set maximum no of spots allowed to 100
-# set/var $Spot::maxspots = 1
+# set/var $Spot::maxspots = 100
 #
 # Set registration on
 # set/var $main::reqreg = 1
@@ -50,8 +50,7 @@ above there are three options.  The first option is the amount of spots that
 a user can request with the <EM>sh/dx</EM> command.  Normally the default is
 to give 10 spots unless the user specifies more.  Without this line enabled,
 the maximum a user can request is 100 spots.  Depending on your link quality
-you may wish to enable more or less by specifying the number.  If you simply
-uncomment the line, the maximum would be 1 spot!
+you may wish to enable more or less by specifying the number.
 <P>
 <P>The other 2 options are dealt with more fully in the security section.
 <P>