=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.240 retrieving revision 1.241 diff -c -r1.240 -r1.241 *** src/etc/rc 2004/03/22 04:34:42 1.240 --- src/etc/rc 2004/03/22 15:02:35 1.241 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.240 2004/03/22 04:34:42 mcbride Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.241 2004/03/22 15:02:35 cedric Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 50,56 **** for hn in /etc/hostname.carp[0-9]*; do # Strip off /etc/hostname. prefix if=${hn#/etc/hostname.} ! test "$if" = "*" && continue ifconfig $if down done --- 50,56 ---- for hn in /etc/hostname.carp[0-9]*; do # Strip off /etc/hostname. prefix if=${hn#/etc/hostname.} ! test "$if" = "carp[0-9]*" && continue ifconfig $if down done