[LON-CAPA-cvs] cvs: loncom /build/system_dependencies perltest.pl

harris41 lon-capa-cvs@mail.lon-capa.org
Wed, 14 Aug 2002 16:54:35 -0000


harris41		Wed Aug 14 12:54:35 2002 EDT

  Modified files:              
    /loncom/build/system_dependencies	perltest.pl 
  Log:
  fixing cgi location written in documentation
  
  
Index: loncom/build/system_dependencies/perltest.pl
diff -u loncom/build/system_dependencies/perltest.pl:1.6 loncom/build/system_dependencies/perltest.pl:1.7
--- loncom/build/system_dependencies/perltest.pl:1.6	Wed Aug 14 12:52:41 2002
+++ loncom/build/system_dependencies/perltest.pl	Wed Aug 14 12:54:35 2002
@@ -2,7 +2,7 @@
 
 # perltest.pl - script to test the status of perl modules on a LON-CAPA system
 #
-# $Id: perltest.pl,v 1.6 2002/08/14 16:52:41 harris41 Exp $
+# $Id: perltest.pl,v 1.7 2002/08/14 16:54:35 harris41 Exp $
 #
 ###
 
@@ -32,7 +32,7 @@
 F<loncapa/loncom/build/Makefile>.
 
 This script is also used as a CGI script and is installed
-at the file location of F</home/httpd/html/lon-status/perltest.pl>.
+at the file location of F</home/httpd/cgi-bin/perltest.pl>.
 
 MODE, when left blank, the output defaults to 'statusreport' mode.
 Except however, if $ENV{'QUERY_STRING'} exists, in which case
@@ -164,7 +164,7 @@
 =cut
 
 # =================================== Process version information of this file.
-my $VERSION = sprintf("%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 1.7 $ =~ /(\d+)\.(\d+)/);
 
 # ========================== Determine the mode that this script should run in.
 my $mode;