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

Diff for /src/etc/rc between version 1.240 and 1.241

version 1.240, 2004/03/22 04:34:42 version 1.241, 2004/03/22 15:02:35
Line 50 
Line 50 
                 for hn in /etc/hostname.carp[0-9]*; do                  for hn in /etc/hostname.carp[0-9]*; do
                         # Strip off /etc/hostname. prefix                          # Strip off /etc/hostname. prefix
                         if=${hn#/etc/hostname.}                          if=${hn#/etc/hostname.}
                         test "$if" = "*" && continue                          test "$if" = "carp[0-9]*" && continue
   
                         ifconfig $if down                          ifconfig $if down
                 done                  done

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241