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

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

version 1.93, 2004/01/13 08:36:57 version 1.94, 2004/01/14 04:41:02
Line 278 
Line 278 
 if [ "$ip6kernel" = "YES" ]; then  if [ "$ip6kernel" = "YES" ]; then
         # this is to make sure DAD is completed before going further.          # this is to make sure DAD is completed before going further.
         sleep `sysctl -n net.inet6.ip6.dad_count`          sleep `sysctl -n net.inet6.ip6.dad_count`
         sleep 1  
 fi  fi
   
 # /etc/mygate, if it exists, contains the name of my gateway host  # /etc/mygate, if it exists, contains the name of my gateway host

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