CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2009/08/07 16:27:47
Modified files: etc : rc Log message: - specifically match carp+([0-9]):, not just carp*:. avoids spurious attempts to "ifconfig carp down" noticed by da...@. - use non-descriptive variables names rather than $if/$junk to encourage people reading the code to think what it's doing; many of the output lines are not interface names. ok david@