[Midnightbsd-cvs] src: FILESYSTEMS: Add "fake" point to be the new pivot point instead of
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 26 09:51:41 EDT 2007
Log Message:
-----------
Add "fake" point to be the new pivot point instead of mountlocalcrit
Added Files:
-----------
src/etc/rc.d:
FILESYSTEMS (r1.1)
-------------- next part --------------
--- /dev/null
+++ etc/rc.d/FILESYSTEMS
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# $FreeBSD: src/etc/rc.d/FILESYSTEMS,v 1.1 2007/04/02 22:53:07 des Exp $
+# $MidnightBSD: src/etc/rc.d/FILESYSTEMS,v 1.1 2007/10/26 13:51:41 laffer1 Exp $
+
+# PROVIDE: FILESYSTEMS
+# REQUIRE: root mountcritlocal
+
+# This is a dummy dependency, for services which require file systems
+# to be mounted before starting. It also serves as the default early /
+# late divider; after this point, rc.d directories are rescanned to
+# catch scripts from other file systems than /.
More information about the Midnightbsd-cvs
mailing list