typo correction in the installation manual, thanks Charlie K1XX
authorg0vgs <g0vgs>
Fri, 19 Jul 2002 12:51:55 +0000 (12:51 +0000)
committerg0vgs <g0vgs>
Fri, 19 Jul 2002 12:51:55 +0000 (12:51 +0000)
html/installation-1.html
html/installation.html
sgml/installation.sgml
txt/installation.txt

index 6e9dfa39faa35637cedb8ff74934b070e607e08b..be34a46597116d2eaf925a817e9476604699c22c 100644 (file)
@@ -33,7 +33,7 @@ in the development of Spider.
 <P>
 <P>In addition to the standard Red Hat distribution you will require the 
 following modules from 
-<A HREF="http://www.cpan.org/CPAN.html">http://www.cpan.org/CPAN.html</A> , please note however that with later versions of perl, some of these
+<A HREF="http://www.cpan.org/modules/by-module/">http://www.cpan.org/modules/bymodule/</A> , please note however that with later versions of perl, some of these
 modules may be included with the distribution.  Get the modules anyway and try
 to install as below.  If they complain, they are probably already a part of your
 perl distribution.
@@ -107,7 +107,7 @@ that's where you have put them.
 #
 # tar xvfz /usr/local/packages/Digest-SHA1-2.01.tar.gz
 # cd Digest-SHA1-2.01
-# perl Makefile.pl
+# perl Makefile.PL
 # make test
 # make install
 # cd ..
index 6c18cf178fe334d888cdf83d490f13ed5d1e05ee..f1a4d566e7efc23522eb2110767b1dfa1e5f0b54 100644 (file)
@@ -16,7 +16,7 @@ Contents
 <H1>The DXSpider Installation Manual v1.50</H1>
 
 <H2>Iain Philipps, G0RDI (g0rdi@77hz.com) and
-Ian Maude, G0VGS, (g0vgs@gb7mbc.net)</H2>July 2002 revision 0.1
+Ian Maude, G0VGS, (g0vgs@gb7mbc.net)</H2>July 2002 revision 0.2
 <P><HR>
 <EM>A reference for SysOps of the DXSpider DXCluster program.</EM>
 <HR>
index feb3f21239b3e57e44a93b8ffca99782ba687975..8ed728192c1781abb0ec201c586ab7a7ee1f7f2e 100644 (file)
@@ -7,7 +7,7 @@
 <title>The DXSpider Installation Manual v1.50</title> 
 <author>Iain Philipps, G0RDI (g0rdi@77hz.com) and
 Ian Maude, G0VGS, (g0vgs@gb7mbc.net)</author>
-<date>July 2002 revision 0.1</date>
+<date>July 2002 revision 0.2</date>
 
 <abstract>
 A reference for SysOps of the DXSpider DXCluster program.
@@ -40,7 +40,7 @@ in the development of Spider.
 
 <P>
 In addition to the standard Red Hat distribution you will require the 
-following modules from <htmlurl url="http://www.cpan.org/CPAN.html" name="http://www.cpan.org/CPAN.html"> , please note however that with later versions of perl, some of these
+following modules from <htmlurl url="http://www.cpan.org/modules/by-module/" name="http://www.cpan.org/modules/bymodule/"> , please note however that with later versions of perl, some of these
 modules may be included with the distribution.  Get the modules anyway and try
 to install as below.  If they complain, they are probably already a part of your
 perl distribution.
@@ -109,7 +109,7 @@ Log in as 'root', and make sure you're at '/root' before you continue. Here are
 #
 # tar xvfz /usr/local/packages/Digest-SHA1-2.01.tar.gz
 # cd Digest-SHA1-2.01
-# perl Makefile.pl
+# perl Makefile.PL
 # make test
 # make install
 # cd ..
index 1285380d858ea80b46217e8bf7adf0b6a875a0b2..dbbde35cab4941fdb0daf6d78b7d276f2ea85093 100644 (file)
@@ -1,7 +1,7 @@
   The DXSpider Installation Manual v1.50
   Iain Philipps, G0RDI (g0rdi@77hz.com) and Ian Maude, G0VGS,
   (g0vgs@gb7mbc.net)
-  July 2002 revision 0.1
+  July 2002 revision 0.2
 
   A reference for SysOps of the DXSpider DXCluster program.
   ______________________________________________________________________
 
 
   In addition to the standard Red Hat distribution you will require the
-  following modules from http://www.cpan.org/CPAN.html , please note
-  however that with later versions of perl, some of these modules may be
-  included with the distribution.  Get the modules anyway and try to
-  install as below.  If they complain, they are probably already a part
-  of your perl distribution.
+  following modules from http://www.cpan.org/modules/bymodule/ , please
+  note however that with later versions of perl, some of these modules
+  may be included with the distribution.  Get the modules anyway and try
+  to install as below.  If they complain, they are probably already a
+  part of your perl distribution.
 
 
 
   #
   # tar xvfz /usr/local/packages/Digest-SHA1-2.01.tar.gz
   # cd Digest-SHA1-2.01
-  # perl Makefile.pl
+  # perl Makefile.PL
   # make test
   # make install
   # cd ..