Browse Source

Change the machdep.lidsupsend example now that the default setting has been

inverted.
OPENBSD_5_7
miod 9 years ago
parent
commit
802a5f0795
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/etc/etc.amd64/sysctl.conf
  2. +1
    -1
      src/etc/etc.i386/sysctl.conf

+ 1
- 1
src/etc/etc.amd64/sysctl.conf View File

@ -1,3 +1,3 @@
#machdep.allowaperture=2 # See xf86(4)
#machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt
#machdep.lidsuspend=1 # laptop lid closes cause a suspend
#machdep.lidsuspend=0 # do not supsend laptop upon lid closing

+ 1
- 1
src/etc/etc.i386/sysctl.conf View File

@ -1,7 +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.lidsuspend=0 # do not supsend laptop upon lid closing
#machdep.userldt=1 # allow userland programs to play with ldt,
# required by some ports
#kern.emul.linux=1 # enable running Linux binaries

Loading…
Cancel
Save