Comment 8 for bug 95247

Revision history for this message
Philip Muškovac (yofel) wrote :

On second thought the right place to put the message is where the test for that is now:

if [ x$ENABLE_LAPTOP_MODE = xfalse ]; then
       echo "You need to set ENABLE_LAPTOP_MODE=true in /etc/default/acpi-support"
       exit 0;
fi