Fix typo FILESYSTEM -> FILESYSTEMS

This bug prevents local scripts to start up
This commit is contained in:
Andrey A. Chernov 2007-04-04 11:11:33 +00:00
parent d8f75f79a0
commit f5e39fd4ae

View File

@ -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.