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

Diff for /src/etc/netstart between version 1.133 and 1.134

version 1.133, 2011/07/07 23:09:46 version 1.134, 2011/10/07 16:36:26
Line 195 
Line 195 
         hostname=`hostname`          hostname=`hostname`
 fi  fi
   
 if [ -f /etc/defaultdomain ]; then  
         domainname `stripcom /etc/defaultdomain`  
 fi  
   
 # Set the address for the loopback interface.  Bringing the interface up,  # Set the address for the loopback interface.  Bringing the interface up,
 # automatically invokes the IPv6 address ::1.  # automatically invokes the IPv6 address ::1.
 ifconfig lo0 inet 127.0.0.1/8  ifconfig lo0 inet 127.0.0.1/8

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134