Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2012 07:59:37 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231862 - head/etc/defaults
Message-ID:  <201202170759.q1H7xbUW056663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Fri Feb 17 07:59:37 2012
New Revision: 231862
URL: http://svn.freebsd.org/changeset/base/231862

Log:
  Increase the default shutdown timer to 90 seconds. This will allow
  certain systems that take a long time to shut down, without adversely
  affecting things that shut down quickly. It's also 30 seconds less than
  the default hard limit of 120 seconds in kern.init_shutdown_timeout.
  
  PR:		conf/109272
  Submitted by:	Radim Kolar SF.NET <hsn@sendmail.cz>

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Fri Feb 17 06:58:40 2012	(r231861)
+++ head/etc/defaults/rc.conf	Fri Feb 17 07:59:37 2012	(r231862)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202170759.q1H7xbUW056663>