From 8f896c47b919ee86e7d12f6a0723b3970f007766 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 21 Aug 2000 23:34:45 +0000 Subject: [PATCH] `REQUIRE bootconf' in lkm1 rather than `BEFORE beforenetlkm' in bootconf.sh --- etc/rc.d/bootconf.sh | 3 +-- etc/rc.d/lkm1 | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/etc/rc.d/bootconf.sh b/etc/rc.d/bootconf.sh index 9464cf7e5571..22d06613cb68 100755 --- a/etc/rc.d/bootconf.sh +++ b/etc/rc.d/bootconf.sh @@ -1,11 +1,10 @@ #!/bin/sh # -# $NetBSD: bootconf.sh,v 1.1.1.1 2000/03/10 11:53:25 lukem Exp $ +# $NetBSD: bootconf.sh,v 1.2 2000/08/21 23:34:45 lukem Exp $ # # PROVIDE: bootconf # REQUIRE: mountcritlocal -# BEFORE: beforenetlkm bootconf_start() { diff --git a/etc/rc.d/lkm1 b/etc/rc.d/lkm1 index 5ac2895a948f..a50633a6e702 100755 --- a/etc/rc.d/lkm1 +++ b/etc/rc.d/lkm1 @@ -1,10 +1,10 @@ #!/bin/sh # -# $NetBSD: lkm1,v 1.3 2000/07/15 02:30:18 lukem Exp $ +# $NetBSD: lkm1,v 1.4 2000/08/21 23:34:45 lukem Exp $ # # PROVIDE: beforenetlkm -# REQUIRE: root +# REQUIRE: root bootconf . /etc/rc.subr