Change the machdep.lidsupsend example now that the default setting has been
authormiod <miod@openbsd.org>
Tue, 20 Jan 2015 07:00:05 +0000 (07:00 +0000)
committermiod <miod@openbsd.org>
Tue, 20 Jan 2015 07:00:05 +0000 (07:00 +0000)
inverted.

etc/etc.amd64/sysctl.conf
etc/etc.i386/sysctl.conf

index 976c775..189214f 100644 (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
index 4fa54b2..9ac919e 100644 (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