Comment 7 for bug 95247

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

You have my support on this, but the message should not be shown if it's actually enabled.

# FIXME: this shouldn't be configured there
if [ -f /etc/default/acpi-support ]; then
    . /etc/default/acpi-support;
    if ! $ENABLE_LAPTOP_MODE; then
        echo "You need to set ENABLE_LAPTOP_MODE=true in /etc/default/acpi-support"
    fi
fi