diff options
author | 1999-07-06 08:03:28 +0000 | |
---|---|---|
committer | 1999-07-06 08:03:28 +0000 | |
commit | daa87a321b8ebcf6f8bf307a29a13bf60a263150 (patch) | |
tree | d92cafbcc15271a4b666d8b6d5128cec81733a74 | |
parent | for CTRL-ALT-DEL, send SIGUSR1 to initproc (diff) | |
download | wireguard-openbsd-daa87a321b8ebcf6f8bf307a29a13bf60a263150.tar.xz wireguard-openbsd-daa87a321b8ebcf6f8bf307a29a13bf60a263150.zip |
document machdep.kbdreset
-rw-r--r-- | etc/etc.i386/sysctl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/etc.i386/sysctl.conf b/etc/etc.i386/sysctl.conf index d94895a39d7..b81cea709b5 100644 --- a/etc/etc.i386/sysctl.conf +++ b/etc/etc.i386/sysctl.conf @@ -1,2 +1,3 @@ #machdep.allowaperture=1 # 1=On i386, permit access to aperture driver for XFree86 #machdep.apmwarn=10 # battery % when apm status messages enabled +#machdep.kbdreset=1 # permit CTRL-ALT-DEL on console to do a nice halt |