diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 02:21:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 02:21:17 +0000 |
commit | 80b28683be6dfecca06d3f66bd8c82f40778b95a (patch) | |
tree | 2acc3e49450cb37357921416e8cfb75e7f8dfa2a /etc | |
parent | ec52b0e7bd305861bfdc3c2d88c579629619ee86 (diff) |
quiet raid check
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.190 2002/02/17 20:26:03 tdeval Exp $ +# $OpenBSD: rc,v 1.191 2002/02/19 02:21:16 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -64,7 +64,7 @@ for dev in 0 1 2 3; do done # Check parity on raid devices. -raidctl -v -P all +raidctl -P all swapctl -A -t blk |