Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Nuke the line 'raidctl -r raid$dev'. a) The '-r' option...



details:   https://anonhg.NetBSD.org/src/rev/016bd6c7a43e
branches:  trunk
changeset: 467572:016bd6c7a43e
user:      oster <oster%NetBSD.org@localhost>
date:      Fri Mar 26 01:11:45 1999 +0000

description:
Nuke the line 'raidctl -r raid$dev'.  a) The '-r' option is now '-i', and
b) with component labels and clean-bits working, this shouldn't be
required at all on each boot!  Thanks to Andrew Gillham for pointing this out.

diffstat:

 etc/rc |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 238243ae4518 -r 016bd6c7a43e etc/rc
--- a/etc/rc    Fri Mar 26 01:10:50 1999 +0000
+++ b/etc/rc    Fri Mar 26 01:11:45 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc,v 1.120 1999/03/24 18:59:47 mellon Exp $
+#      $NetBSD: rc,v 1.121 1999/03/26 01:11:45 oster Exp $
 #      originally from: @(#)rc 8.2 (Berkeley) 3/17/94
 
 # System startup script run by init on autoboot
@@ -25,7 +25,6 @@
 for dev in 0 1 2 3; do
        if [ -f /etc/raid$dev.conf ]; then
                raidctl -c /etc/raid$dev.conf raid$dev
-               raidctl -r raid$dev
        fi
 done
 



Home | Main Index | Thread Index | Old Index