newbtconf /etc/rc.d file missing
Michael Neumann
mneumann at ntecs.de
Sun Aug 12 04:21:49 PDT 2007
Sascha Wildner wrote:
Sascha Wildner wrote:
http://192.168.0.1/cvsweb.cgi/src/etc/rc.d/Attic/bootconf.sh?rev=1.2;content-type=text%2Fplain
Oops, haha, local cvsweb, I meant this:
http://www.dragonflybsd.org/cgi-bin/cvsweb.cgi/~checkout~/src/etc/rc.d/Attic/bootconf.sh?rev=1.2&content-type=text/plain
It works with the patch below. Otherwise it will show up at the end in
"rcorder". BTW, why "bootconf.sh" and not just "bootconf"? There are
also a few other scripts which end in ".sh" (atm2.sh, atm3.sh). Rename?
Regards,
Michael
--- bootconf.sh.old 2007-08-12 12:59:46.000000000 +0200
+++ bootconf.sh 2007-08-12 13:05:31.000000000 +0200
@@ -6,7 +6,8 @@
#
# PROVIDE: bootconf
-# REQUIRE: mountcritlocal
+# REQUIRE: root
+# BEFORE: mountcritlocal
. /etc/rc.subr
More information about the Kernel
mailing list