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

Diff for /src/etc/rc between version 1.445 and 1.446

version 1.445, 2014/11/30 18:06:45 version 1.446, 2014/12/03 20:13:49
Line 491 
Line 491 
   
 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"1" ]; then
                 start_daemon rtsold  
         else  
                 start_daemon route6d rtadvd                  start_daemon route6d rtadvd
         fi          fi
 fi  fi

Legend:
Removed from v.1.445  
changed lines
  Added in v.1.446