From 8378b938764f3f81c27a85b51f0fb23712ae4a1a Mon Sep 17 00:00:00 2001 From: brooks Date: Sat, 14 Jan 2006 17:57:17 +0000 Subject: When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow the same behavior to be controlled by the sysctls, hw.syscons.kbd_kbdkey and hw.syscons.kbd_reboot respectively. Apologies to the submitter for taking so long to commit this simple change. PR: kern/72728 Submitted by: Luca Morettoni MFC After: 3 days --- share/man/man4/syscons.4 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'share/man') diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index 974ca9b..63835e6 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -288,10 +288,20 @@ It will prevent users from entering the kernel debugger (KDB) by pressing the key combination. KDB will still be invoked when the kernel panics or hits a break point if it is included in the kernel. +If this option is not defined, this behavior may be controled at runtime +by the +.Xr sysctl 8 +variable +.Pq Va hw.syscons.kbd_kbdkey . .It Dv SC_DISABLE_REBOOT This option disables the ``reboot'' key (by default, it is .Dv Ctl-Alt-Del ) , so that the casual user may not accidentally reboot the system. +If this option is not defined, this behavior may be controled at runtime +by the +.Xr sysctl 8 +variable +.Pq Va hw.syscons.kbd_reboot . .It Dv SC_HISTORY_SIZE=N Sets the size of back scroll buffer to .Fa N -- cgit v1.1