Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Add raidframe to the REQUIRE list. rcorder seems to...



details:   https://anonhg.NetBSD.org/src/rev/1996e66c71f3
branches:  trunk
changeset: 483518:1996e66c71f3
user:      veego <veego%NetBSD.org@localhost>
date:      Sat Mar 11 20:12:22 2000 +0000

description:
Add raidframe to the REQUIRE list. rcorder seems to get it right, but it
is better to add it.

diffstat:

 etc/rc.d/swap1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 9c34193e2458 -r 1996e66c71f3 etc/rc.d/swap1
--- a/etc/rc.d/swap1    Sat Mar 11 20:11:16 2000 +0000
+++ b/etc/rc.d/swap1    Sat Mar 11 20:12:22 2000 +0000
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# $NetBSD: swap1,v 1.1.1.1 2000/03/10 11:53:24 lukem Exp $
+# $NetBSD: swap1,v 1.2 2000/03/11 20:12:22 veego Exp $
 #
 
 # PROVIDE: localswap
-# REQUIRE: ccd
+# REQUIRE: ccd raidframe
 
 . /etc/rc.subr
 . /etc/rc.conf



Home | Main Index | Thread Index | Old Index