From f1a4c37b2005b6f7a8431a56671cab720e6b7f62 Mon Sep 17 00:00:00 2001 From: mcbride <> Date: Mon, 15 Mar 2004 02:48:46 +0000 Subject: [PATCH] Uncommenting machdep.apmhalt should have an effect. ok marc@ fgsch@ --- src/etc/etc.i386/sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/etc.i386/sysctl.conf b/src/etc/etc.i386/sysctl.conf index 781f888b..636052e1 100644 --- a/src/etc/etc.i386/sysctl.conf +++ b/src/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