diff options
author | dougb <dougb@FreeBSD.org> | 2009-09-29 16:49:10 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-09-29 16:49:10 +0000 |
commit | f5d17346cca8813ec8958144c08e88d72d0e098b (patch) | |
tree | b5754460fcdc70602e1fd2bf1819b14adc4ad14e /etc/defaults/rc.conf | |
parent | 126704f33b0875a9af80d214511a93baf8589953 (diff) | |
download | FreeBSD-src-f5d17346cca8813ec8958144c08e88d72d0e098b.zip FreeBSD-src-f5d17346cca8813ec8958144c08e88d72d0e098b.tar.gz |
By popular acclaim, enable "Starting foo:" messages by default
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 cc4b6a5..de1a8d8 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -23,7 +23,7 @@ rc_debug="NO" # Set to YES to enable debugging output from rc.d rc_info="NO" # Enables display of informational messages at boot. -rc_startmsgs="NO" # Show "Starting foo:" messages at boot +rc_startmsgs="YES" # Show "Starting foo:" messages at boot rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown early_late_divider="FILESYSTEMS" # Script that separates early/late # stages of the boot process. Make sure you know |