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

Diff for /src/etc/rc between version 1.284 and 1.285

version 1.284, 2006/06/01 16:43:23 version 1.285, 2006/06/01 21:37:43
Line 593 
Line 593 
         echo -n ' dhcpd';       /usr/sbin/dhcpd ${dhcpd_flags} ${dhcpd_ifs}          echo -n ' dhcpd';       /usr/sbin/dhcpd ${dhcpd_flags} ${dhcpd_ifs}
 fi  fi
   
   if [ X"${dhcrelay_flags}" != X"NO" ]; then
           echo -n ' dhcrelay';            /usr/sbin/dhcrelay $dhcrelay_flags
   fi
   
 if ifconfig lo0 inet6 >/dev/null 2>&1; then  if ifconfig lo0 inet6 >/dev/null 2>&1; then
         fw=`sysctl -n net.inet6.ip6.forwarding`          fw=`sysctl -n net.inet6.ip6.forwarding`
         if [ X"${fw}" = X"0" ]; then          if [ X"${fw}" = X"0" ]; then

Legend:
Removed from v.1.284  
changed lines
  Added in v.1.285