From 47af857c8dc9b67490594564e9f9eed9ec3ef4a0 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 6 Apr 2012 15:11:30 +0000 Subject: [PATCH] tedu the raidctl. ok deraadt@ --- src/etc/rc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index c4edad43..e2bb07ca 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.399 2012/03/10 10:37:13 dlg Exp $ +# $OpenBSD: rc,v 1.400 2012/04/06 15:11:30 jsing Exp $ # System startup script run by init on autoboot # or after single-user. @@ -264,16 +264,6 @@ if [ X"$1" = X"shutdown" ]; then exit 0 fi -# Configure raid devices. -for dev in 0 1 2 3; do - if [ -f /etc/raid$dev.conf ]; then - raidctl -c /etc/raid$dev.conf raid$dev - fi -done - -# Check parity on raid devices. -raidctl -P all - swapctl -A -t blk if [ -e /fastboot ]; then