[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / lond

raeburn raeburn at source.lon-capa.org
Sat May 11 18:42:22 EDT 2013


raeburn		Sat May 11 22:42:22 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	lond 
  Log:
  - For 2.11
    - Backport 1.500
  
  
Index: loncom/lond
diff -u loncom/lond:1.489.2.4 loncom/lond:1.489.2.5
--- loncom/lond:1.489.2.4	Sun Apr  7 17:42:16 2013
+++ loncom/lond	Sat May 11 22:42:22 2013
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.489.2.4 2013/04/07 17:42:16 raeburn Exp $
+# $Id: lond,v 1.489.2.5 2013/05/11 22:42:22 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -61,7 +61,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.489.2.4 $'; #' stupid emacs
+my $VERSION='$Revision: 1.489.2.5 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -154,8 +154,8 @@
 my @installerrors = ("ok",
 		     "Initial user id of client not that of www",
 		     "Usage error, not enough command line arguments",
-		     "Source file name does not exist",
-		     "Destination file name does not exist",
+		     "Source filename does not exist",
+		     "Destination filename does not exist",
 		     "Some file operation failed",
 		     "Invalid table filename."
 		     );




More information about the LON-CAPA-cvs mailing list