summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2006-01-14 17:57:17 +0000
committerbrooks <brooks@FreeBSD.org>2006-01-14 17:57:17 +0000
commit8378b938764f3f81c27a85b51f0fb23712ae4a1a (patch)
treef0830b6fcfb3101450c2f8f6dc6f4b110f86bd76 /share
parentcb60aeaf06a83bfe789467a960bfd821f4f0d7da (diff)
downloadFreeBSD-src-8378b938764f3f81c27a85b51f0fb23712ae4a1a.zip
FreeBSD-src-8378b938764f3f81c27a85b51f0fb23712ae4a1a.tar.gz
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 <morettoni at libero dot it> MFC After: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/syscons.410
1 files changed, 10 insertions, 0 deletions
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
OpenPOWER on IntegriCloud