Bug#364583: [Pkg-alsa-devel] Bug#364583: alsa-base: No more sound
with 82801DB/DBL/DBM AC'97
Dan Chen
crimsunkg at yahoo.com
Mon Apr 24 21:38:57 UTC 2006
--- Elimar Riesebieter <riesebie at lxtec.de> 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
More information about the Pkg-alsa-devel
mailing list