[LON-CAPA-cvs] cvs: loncom / lond

raeburn raeburn at source.lon-capa.org
Mon Jul 25 19:31:40 EDT 2022


raeburn		Mon Jul 25 23:31:40 2022 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - Typo
  
  
Index: loncom/lond
diff -u loncom/lond:1.575 loncom/lond:1.576
--- loncom/lond:1.575	Sun Feb 27 01:43:13 2022
+++ loncom/lond	Mon Jul 25 23:31:40 2022
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.575 2022/02/27 01:43:13 raeburn Exp $
+# $Id: lond,v 1.576 2022/07/25 23:31:40 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -65,7 +65,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.575 $'; #' stupid emacs
+my $VERSION='$Revision: 1.576 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -865,7 +865,7 @@
 
     if($filename eq "host") {
 	$contents = AdjustHostContents($contents);
-    } elsif (($filename eq 'dns_host') || ($filename eq 'dns_domain') ||
+    } elsif (($filename eq 'dns_hosts') || ($filename eq 'dns_domain') ||
              ($filename eq 'loncapaCAcrl')) {
         if ($contents eq '') {
             &logthis('<font color="red"> Pushfile: unable to install '




More information about the LON-CAPA-cvs mailing list