Comment 57 for bug 568120

Revision history for this message
thomas-student (thomas-student) wrote :

The files are not in these locations anymore, yet pm-utils still has this in it's hdparm config:

    if [ -e /usr/sbin/laptop_mode ] ; then
            LMT_CONTROL_HD_POWERMGMT=$(. /etc/laptop-mode/laptop-mode.conf && ec
            if [ "$LMT_CONTROL_HD_POWERMGMT" != 0 ] \
               && [ -e /var/run/laptop-mode-tools/enabled ]
            then
                    # Laptop mode controls hdparm -B settings, we don't.
                    return
            fi
    fi

How is this not a bug?