diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-04-04 11:11:33 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-04-04 11:11:33 +0000 |
| commit | f5e39fd4aeaf174253b874d288e8ec3536f0e56e (patch) | |
| tree | f7eaab6b77ba9b2413b247f6f041176dd06cd5a9 | |
| parent | d8f75f79a082c5fb462868cd5c652511971a46e2 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 4f98ae68b476..114fbc53811a 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="FILESYSTEM" # Script that separates early/late +early_late_divider="FILESYSTEMS" # 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. |
