--- Elimar Riesebieter <[EMAIL PROTECTED]> wrote: > There is a bug in /etc/init.d/alsa-utils. Since next > upload please > change > > # Exit silently if package is no longer installed > [ -d /lib/alsa-utils ] || exit 0 > > to > # Exit silently if package is no longer installed > # [ -d /lib/alsa-utils ] || exit 0
Imo the check is still needed, though the target above is slightly abused. In Ubuntu Dapper we have: [ -x /sbin/alsactl ] || exit 0 so the appropriate adjustment for Debian unstable, judging from its current alsa-utils_1.0.11-1 deb, would be: [ -x /usr/sbin/alsactl ] || exit 0 Thanks, __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]