From: | David Murray <dave@xxxxxxxxxxxxxxxxxx> |
Date: | Sun, 26 Nov 2006 14:50:18 +0000 |
David Murray <dave@xxxxxxxxxxxxxxxxxx> wrote:I'm trying to get the front-panel power button to shut the system down (cleanly). Currently when I press it, nothing discernible happens
shutdown -p now, and acpiconf -s 5
You might try:
sysctl -w hw.acpi.power_button_state=S5
-- Dave Murray