diff options
author | ache <ache@FreeBSD.org> | 2007-04-04 11:11:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-04-04 11:11:33 +0000 |
commit | 658898fe147e7bb2e947a41844d10c9415ec1ae8 (patch) | |
tree | f7eaab6b77ba9b2413b247f6f041176dd06cd5a9 /etc/defaults/rc.conf | |
parent | b448032305c3cd3f0a2926c90d5253ef64374476 (diff) | |
download | FreeBSD-src-658898fe147e7bb2e947a41844d10c9415ec1ae8.zip FreeBSD-src-658898fe147e7bb2e947a41844d10c9415ec1ae8.tar.gz |
Fix typo FILESYSTEM -> FILESYSTEMS
This bug prevents local scripts to start up
Diffstat (limited to 'etc/defaults/rc.conf')
-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 4f98ae6..114fbc5 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. |