Comment 5 for bug 1038371

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

In addition to the fact that the debdiff is reversed, it changes the default behavior of the initscript. Specifically, this line:
if [ -d /sys/class/rc ] && [ "$DISABLE_KERNEL_SUPPORT" = "true" ]; then

'"$DISABLE_KERNEL_SUPPORT" = "true"' won't ever succeed because hardware.conf doesn't set DISABLE_KERNEL_SUPPORT at all:
#DISABLE_KERNEL_SUPPORT="true"

I think you intended for that to be uncommented to preserve the old behavior. Can you please confirm and provide an updated debdiff?