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

Diff for /src/etc/rc between version 1.329 and 1.330

version 1.329, 2009/08/04 15:16:45 version 1.330, 2009/08/05 02:06:21
Line 168 
Line 168 
                 # bring carp interfaces down gracefully                  # bring carp interfaces down gracefully
                 ifconfig | while read if junk; do                  ifconfig | while read if junk; do
                         case $if in                          case $if in
                                 carp*:) ifconfig ${if%:} down ;;                          carp*:) ifconfig ${if%:} down ;;
                         esac                          esac
                 done                  done
   

Legend:
Removed from v.1.329  
changed lines
  Added in v.1.330