[LON-CAPA-cvs] cvs: doc /install/linux install.pl

raeburn raeburn at source.lon-capa.org
Tue Oct 16 13:23:08 EDT 2018


raeburn		Tue Oct 16 17:23:08 2018 EDT

  Modified files:              
    /doc/install/linux	install.pl 
  Log:
  - Remove duplicate line.
  
  
Index: doc/install/linux/install.pl
diff -u doc/install/linux/install.pl:1.47 doc/install/linux/install.pl:1.48
--- doc/install/linux/install.pl:1.47	Tue Jul 17 00:19:51 2018
+++ doc/install/linux/install.pl	Tue Oct 16 17:23:08 2018
@@ -77,7 +77,7 @@
           &mt('Stopping execution.')."\n";
     exit;
 } else {
-    print LOG '$Id: install.pl,v 1.47 2018/07/17 00:19:51 raeburn Exp $'."\n";
+    print LOG '$Id: install.pl,v 1.48 2018/10/16 17:23:08 raeburn Exp $'."\n";
 }
 
 #
@@ -472,7 +472,6 @@
             $hostname =&get_hostname();
         }
     }
-    $hostname = Sys::Hostname::FQDN::fqdn();
     $hostip = Socket::inet_ntoa(scalar(gethostbyname($hostname)) || 'localhost');
     if ($hostip eq '') {
         $hostip=&get_hostip();




More information about the LON-CAPA-cvs mailing list