aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/pflog
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2007-04-02 22:53:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2007-04-02 22:53:07 +0000
commit7bd5b79de4aebc5016e2d23cd2bbe36bf85ca7a2 (patch)
treed92fab41d74cf18a040f68831ab4e3240e3363c1 /etc/rc.d/pflog
parent8841963421115fc46ff6096d196dff4616bb541c (diff)
downloadsrc-7bd5b79de4aebc5016e2d23cd2bbe36bf85ca7a2.tar.gz
src-7bd5b79de4aebc5016e2d23cd2bbe36bf85ca7a2.zip
Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal
and takes over mountcritlocal's role as the early / late divider. This makes it far easier to add rc scripts which need to run early, such as a startup script for zfs, which is right around the corner. This change should be a no-op; I have verified that the only change in rcorder's output is the insertion of FILESYSTEMS immediately after mountcritlocal. MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=168283
Diffstat (limited to 'etc/rc.d/pflog')
-rw-r--r--etc/rc.d/pflog2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/pflog b/etc/rc.d/pflog
index 09a127a041e5..07618139fc51 100644
--- a/etc/rc.d/pflog
+++ b/etc/rc.d/pflog
@@ -4,7 +4,7 @@
#
# PROVIDE: pflog
-# REQUIRE: root mountcritlocal netif cleanvar
+# REQUIRE: root FILESYSTEMS netif cleanvar
# KEYWORD: nojail
. /etc/rc.subr