`REQUIRE bootconf' in lkm1 rather than `BEFORE beforenetlkm' in bootconf.sh

This commit is contained in:
lukem 2000-08-21 23:34:45 +00:00
parent a4517195f9
commit 8f896c47b9
2 changed files with 3 additions and 4 deletions

View File

@ -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()
{

View File

@ -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