diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-06 02:43:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-06 02:43:58 +0000 |
commit | 58d93f88937e55e9aa70fe99129b66265f549a74 (patch) | |
tree | bdb46952410182e27508f1225df0dd6734078a84 /etc/etc.i386 | |
parent | 19bfdb820881366d81776f90df258cad085c96bd (diff) |
document machdep.lidsuspend by example
Diffstat (limited to 'etc/etc.i386')
-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 6443140219a..c549361c85d 100644 --- a/etc/etc.i386/sysctl.conf +++ b/etc/etc.i386/sysctl.conf @@ -1,6 +1,7 @@ #machdep.allowaperture=2 # See xf86(4) #machdep.apmhalt=1 # 1=powerdown hack, try if halt -p doesn't work #machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt +#machdep.lidsuspend=1 # laptop lid closes cause a suspend #machdep.userldt=1 # allow userland programs to play with ldt, # required by some ports #kern.emul.aout=1 # enable running dynamic OpenBSD a.out bins |