diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2012-02-20 10:14:22 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2012-02-20 10:14:22 +0000 |
| commit | e344d18126f597734e0c9cf35a709084fe33c7d4 (patch) | |
| tree | 8e5ecf985e63568c21a611e1042cf61dc7a2b8d4 /etc | |
| parent | 9b4fda1375699589f60672c0582ab317c8d6172b (diff) | |
Notes
Diffstat (limited to 'etc')
| -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 63d16e2392b3..9de13f45f01f 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. rc_startmsgs="YES" # Show "Starting foo:" messages at boot -rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown +rcshutdown_timeout="90" # 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 # the ramifications if you change this. |
