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

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 03 Feb 2003 03:57:39 -0000


harris41		Sun Feb  2 22:57:39 2003 EDT

  Modified files:              
    /loncom/build/system_dependencies	sqltest.pl 
  Log:
  the usage of the sql database now exceeds just metadata; so it is
  properly referred to as the 'sql loncapa database'
  
  
Index: loncom/build/system_dependencies/sqltest.pl
diff -u loncom/build/system_dependencies/sqltest.pl:1.9 loncom/build/system_dependencies/sqltest.pl:1.10
--- loncom/build/system_dependencies/sqltest.pl:1.9	Thu Sep 12 18:47:28 2002
+++ loncom/build/system_dependencies/sqltest.pl	Sun Feb  2 22:57:39 2003
@@ -2,7 +2,7 @@
 
 # sqltest.pl - script to test MySQL database connectivity for LON-CAPA
 #
-# $Id: sqltest.pl,v 1.9 2002/09/12 22:47:28 harris41 Exp $
+# $Id: sqltest.pl,v 1.10 2003/02/03 03:57:39 harris41 Exp $
 #
 ###
 
@@ -135,7 +135,7 @@
 =cut
 
 # =================================== Process version information of this file.
-my $VERSION = sprintf("%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 1.10 $ =~ /(\d+)\.(\d+)/);
 
 print('Running sqltest.pl, version '.$VERSION.'.'."\n");
 print('(Test interoperability of the MySQL server for use by LON-CAPA.)'."\n");
@@ -146,7 +146,7 @@
 
 # ============================================================ Initializations.
 $|=1;
-print 'Probing for SQL metadata database'."\n\n";
+print 'Probing for SQL loncapa database'."\n\n";
 
 # ============================================== Read in current configuration.
 my %perlvar;
@@ -289,7 +289,7 @@
 }
 %perlvar=(); # clear memory
 
-print('SQL metadata database is found and is accessible'."\n");
+print('SQL loncapa database is found and is accessible'."\n");
 
 # ================================================== Close database connection.
 $dbh->disconnect();