summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-03-15 02:48:47 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-03-15 02:48:47 +0000
commit8643441541fb3794d9afa416a43637d0b41375f9 (patch)
treec525ecc9c6428b830ac26b13936b32e96751570d
parent8d26a83e17786551ec3580e3f4bb62582fd688b3 (diff)
Uncommenting machdep.apmhalt should have an effect.
ok marc@ fgsch@
-rw-r--r--etc/etc.i386/sysctl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.i386/sysctl.conf b/etc/etc.i386/sysctl.conf
index 781f888b938..636052e12da 100644
--- a/etc/etc.i386/sysctl.conf
+++ b/etc/etc.i386/sysctl.conf
@@ -1,6 +1,6 @@
#machdep.allowaperture=2 # See xf86(4)
#machdep.apmwarn=10 # battery % when apm status messages enabled
-#machdep.apmhalt=0 # 1=powerdown hack, try if halt -p doesn't work
+#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.userldt=1 # allow userland programs to play with ldt,
# required by some ports