X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-1.html;h=6a109bf85a9ab7d9ecdec32de76cd297a924425f;hb=6c38bca91e6b75002e15cce29c45a894f675e22e;hp=d9f0454ff089291efc6d45e346f311c0cca46cc6;hpb=4fa8a0251b64361c908d056393b46abece6d38be;p=spider.git diff --git a/html/adminmanual-1.html b/html/adminmanual-1.html index d9f0454f..6a109bf8 100644 --- a/html/adminmanual-1.html +++ b/html/adminmanual-1.html @@ -14,7 +14,7 @@ Previous

1. Installation (Original version by Iain Phillips, G0RDI)

-

Last modified: 18 June 2000 by Ian Maude, G0VGS +

Last modified: 25 July 2000 by Ian Maude, G0VGS

1.1 Introduction

@@ -38,10 +38,10 @@ Previous
  • MD5-1.7.tar.gz
  • Data-Dumper-2.10.tar.gz
  • FreezeThaw-0.3.tar.gz
  • -
  • MLDBM-2.00.ar.gz
  • +
  • MLDBM-2.00.tar.gz
  • TimeDate-1.8.tar.gz
  • -
  • IO-1.20.tar.tgz
  • -
  • Net-Telnet-3.01.tar.gz
  • +
  • IO-1.20.tar.gz
  • +
  • Net-Telnet-3.02.tar.gz
  • Curses-1.02.tar.gz
  • @@ -128,7 +128,7 @@ passwd: all authentication tokens updated successfully $ cd /spider $ mkdir local $ mkdir local_cmd -$ cp perl/DXVars.pm local +$ cp perl/DXVars.pm.issue local/DXVars.pm $ cd local $ vi DXVars.pm (or your favourite editor) @@ -141,7 +141,7 @@ $ vi DXVars.pm (or your favourite editor)

    PLEASE USE CAPITAL LETTERS FOR CALLSIGNS

    -

    DON'T alter the DXVars.pm (or any other file) in /spider/perl, they are overwritten with every release. Any files or commands you place in /spider/local or /spider/local_cmd will automagically be used in preference to the ones in /spider/perl EVEN whilst the cluster is running! +

    DON'T alter the DXVars.pm (or any other file) in /spider/perl, they are overwritten with every release. Any files or commands you place in /spider/local or /spider/local_cmd will automagically be used in preference to the ones in /spider/perl EVEN while the cluster is running!

    Save the new file and change directory to ../perl ....