Add a knob to turn off automatic configuration (via rc.d) of

non-auto-configured (via kernel) raid devices. oster says ok.
This commit is contained in:
wiz 2003-09-10 14:50:19 +00:00
parent fb114e34c8
commit ea949da1c7
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.conf,v 1.49 2003/04/18 05:21:20 thorpej Exp $
# $NetBSD: rc.conf,v 1.50 2003/09/10 14:50:19 wiz Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@ -85,6 +85,10 @@ swapoff=NO # Remove block-type swap partitions upon shutdown
#
ccd=YES
# RAIDframe driver (manually configured devices).
#
raidframe=YES
# Crypto file system.
#
cgd=YES

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: raidframe,v 1.7 2002/09/03 15:35:55 abs Exp $
# $NetBSD: raidframe,v 1.8 2003/09/10 14:50:20 wiz Exp $
#
# PROVIDE: disks
@ -8,6 +8,7 @@
. /etc/rc.subr
name="raidframe"
rcvar=$name
start_cmd="raidframe_start"
stop_cmd=":"