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

Diff for /src/etc/netstart between version 1.92 and 1.93

version 1.92, 2004/01/11 06:07:16 version 1.93, 2004/01/13 08:36:57
Line 194 
Line 194 
         domainname `cat /etc/defaultdomain`          domainname `cat /etc/defaultdomain`
 fi  fi
   
 # Set the address for the loopback interface.  # Set the address for the loopback interface.  Bringing the
 # It will also initialize IPv6 address for lo0 (::1 and others).  # interface up, automatically invokes the IPv6 address ::1)
 ifconfig lo0 inet 127.0.0.1  ifconfig lo0 inet 127.0.0.1
   
 if ifconfig lo0 inet6 >/dev/null 2>&1; then  if ifconfig lo0 inet6 >/dev/null 2>&1; then

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93