Bug 22228

Summary: Undocumented LINT option 'PANIC_REBOOT_WAIT_TIME'
Product: Base System Reporter: Keith Jones <keith>
Component: kernAssignee: dd <dd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   

Description Keith Jones 2000-10-23 02:10:01 UTC
	The LINT option 'PANIC_REBOOT_WAIT_TIME' is undocumented.

Fix: 

Add the following commentary (more or less translated from
	shutdown_panic() in /usr/src/sys/kern/kern_shutdown.c):

	# Set the amount of time (in seconds) the system will wait
	# before rebooting automatically when a kernel panic occurs.
	# If set to (-1), the system will wait indefinitely until a
	# key is pressed on the console.
How-To-Repeat: 
	In /usr/src/sys/i386/conf/LINT, see lines 2373 onwards.
	The option is on line 2414 or thereabouts (YMMV).

	(The same option is on line 2641 of the HEAD revision of
	the new NOTES file in CVS.)
Comment 1 dd freebsd_committer freebsd_triage 2001-06-10 01:30:42 UTC
State Changed
From-To: open->analyzed

Committed, thanks! 


Comment 2 dd freebsd_committer freebsd_triage 2001-06-10 01:30:42 UTC
Responsible Changed
From-To: freebsd-bugs->dd

My MFC reminder.
Comment 3 dd freebsd_committer freebsd_triage 2001-06-21 03:14:00 UTC
State Changed
From-To: analyzed->closed

MFC'd