X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=txt%2Finstallation.txt;h=0c23cec97650ffdd628c2c00d0d2636b92a94dec;hb=af871033ca5f1548d108bde071b268e3e01b8f73;hp=159120e4f084b4b7b2e1f34b4f0f860015ae6da7;hpb=47c7227bbec190df5f30c5bb64d7a78ed120b54b;p=spider.git diff --git a/txt/installation.txt b/txt/installation.txt index 159120e4..0c23cec9 100644 --- a/txt/installation.txt +++ b/txt/installation.txt @@ -1,7 +1,7 @@ The DXSpider Installation Manual v1.48 Iain Philipps, G0RDI (g0rdi@77hz.com) and Ian Maude, G0VGS, (ianmaude@btinternet.com) - Version 1.48, July 2001 revision 1.1 + Version 1.48, September 2001 revision 1.0 A reference for SysOps of the DXSpider DXCluster program. ______________________________________________________________________ @@ -158,8 +158,8 @@ # make install # cd .. # - # tar xvfz /usr/local/packages/Curses-1.05.tar.gz - # cd Curses-1.05 + # tar xvfz /usr/local/packages/Curses-1.06.tar.gz + # cd Curses-1.06 # perl Makefile.PL # make test # make install @@ -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')