[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.146 and 1.147

version 1.146, 2000/02/05 17:02:42 version 1.147, 2000/02/09 16:24:03
Line 513  if checkyesno rtsold; then
Line 513  if checkyesno rtsold; then
 fi  fi
   
 if checkyesno rtadvd; then  if checkyesno rtadvd; then
         if checkyesno ip6forwarding; then          if test "x$ip6mode" = "xrouter"; then
                 echo -n ' rtadvd';      rtadvd $rtadvd_flags                  echo -n ' rtadvd';      rtadvd $rtadvd_flags
         else          else
                 echo                  echo
                 logger -s "WARNING: rtadvd cannot be used on IPv6 host."                  logger -s "WARNING: rtadvd can be used on IPv6 router only."
         fi          fi
 fi  fi
   

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

CVSweb <webmaster@jp.NetBSD.org>