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

Diff for /src/etc/rc between version 1.242 and 1.243

version 1.242, 2004/03/30 16:59:25 version 1.243, 2004/04/26 02:00:57
Line 52 
Line 52 
                         if=${hn#/etc/hostname.}                          if=${hn#/etc/hostname.}
                         test "$if" = "carp[0-9]*" && continue                          test "$if" = "carp[0-9]*" && continue
   
                         ifconfig $if down                          ifconfig $if > /dev/null 2>&1
                           if [ "$?" != "0" ]; then
                                   ifconfig $if down
                           fi
                 done                  done
         else          else
                 echo single user: not running /etc/rc.shutdown                  echo single user: not running /etc/rc.shutdown

Legend:
Removed from v.1.242  
changed lines
  Added in v.1.243