aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
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/defaults
parent8841963421115fc46ff6096d196dff4616bb541c (diff)
Notes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 24e50a47eb79..4f98ae68b476 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -24,7 +24,7 @@
rc_debug="NO" # Set to YES to enable debugging output from rc.d
rc_info="NO" # Enables display of informational messages at boot.
rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
-early_late_divider="mountcritlocal" # Script that separates early/late
+early_late_divider="FILESYSTEM" # Script that separates early/late
# stages of the boot process. Make sure you know
# the ramifications if you change this.
# See rc.conf(5) for more details.