Comment 4 for bug 108611

Revision history for this message
msrgi (mysergi) wrote :

Hi folks,

I've solved (?) the problem by modifying /etc/acpi/power.sh:

 if [ x$1 != xenforce ]; then
        checkStateChanged;
fi

and resume.sh will then call

power.sh enforce

at the end.