[BACK]Return to rc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc between version 1.145 and 1.146

version 1.145, 2000/01/31 12:47:29 version 1.146, 2000/02/05 17:02:42
Line 503  if checkyesno route6d; then
Line 503  if checkyesno route6d; then
 fi  fi
   
 if checkyesno rtsold; then  if checkyesno rtsold; then
         if checkyesno ip6forwarding; then          if test "x$ip6mode" = "xautohost"; then
                 echo  
                 logger -s "WARNING: rtsold cannot be used on IPv6 router."  
         else  
                 echo -n ' rtsold';      rtsold $rtsold_flags                  echo -n ' rtsold';      rtsold $rtsold_flags
           else
                   echo
                   logger -s "WARNING: ip6mode must be set to autohost" \
                       "to use rtsold."
         fi          fi
 fi  fi
   

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146

CVSweb <webmaster@jp.NetBSD.org>