diff --git a/src/etc/rc b/src/etc/rc index fd487a97..2c8bd797 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.270 2005/06/19 16:55:10 deraadt Exp $ +# $OpenBSD: rc,v 1.271 2005/07/25 19:18:44 mcbride Exp $ # System startup script run by init on autoboot # or after single-user. @@ -127,7 +127,7 @@ if [ X"$1" = X"shutdown" ]; then test "$if" = "carp[0-9]*" && continue ifconfig $if > /dev/null 2>&1 - if [ $? -ne 0 ]; then + if [ $? -eq 0 ]; then ifconfig $if down fi done