[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.157 and 1.158

version 1.157, 2015/10/23 15:22:49 version 1.158, 2015/10/26 19:24:04
Line 185 
Line 185 
   
 # /etc/myname contains my symbolic name.  # /etc/myname contains my symbolic name.
 if [ -f /etc/myname ]; then  if [ -f /etc/myname ]; then
         hostname=`stripcom /etc/myname`          hostname "$(stripcom /etc/myname)"
         hostname $hostname  
 else  
         hostname=`hostname`  
 fi  fi
   
 # Set the address for the loopback interface.  Bringing the interface up,  # Set the address for the loopback interface.  Bringing the interface up,

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158