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

Diff for /src/etc/rc between version 1.270 and 1.271

version 1.270, 2005/06/19 16:55:10 version 1.271, 2005/07/25 19:18:44
Line 127 
Line 127 
                         test "$if" = "carp[0-9]*" && continue                          test "$if" = "carp[0-9]*" && continue
   
                         ifconfig $if > /dev/null 2>&1                          ifconfig $if > /dev/null 2>&1
                         if [ $? -ne 0 ]; then                          if [ $? -eq 0 ]; then
                                 ifconfig $if down                                  ifconfig $if down
                         fi                          fi
                 done                  done

Legend:
Removed from v.1.270  
changed lines
  Added in v.1.271