Bug#422805: [Pkg-alsa-devel] Bug#422805: alsa-utils: init script sleeps without explanation

2007-05-08 Thread Josh Triplett
Package: alsa-utils Version: 1.0.13-2 Followup-For: Bug #422805 Elimar Riesebieter wrote: > On Tue, 08 May 2007 the mental interface of > Josh Triplett told: > > Package: alsa-utils > > Version: 1.0.13-2 > > Severity: normal > > > > /etc/init.d/alsa-utils contains: > > > store_levels() > > > { >

Bug#422805: [Pkg-alsa-devel] Bug#422805: alsa-utils: init script sleeps without explanation

2007-05-08 Thread Elimar Riesebieter
On Tue, 08 May 2007 the mental interface of Josh Triplett told: > Package: alsa-utils > Version: 1.0.13-2 > Severity: normal > > /etc/init.d/alsa-utils contains: > > store_levels() > > { > > CARD="$1" > > [ "$1" = all ] && CARD="" > > if MSG="$(alsactl store $CARD 2>&1)" ;

Bug#422805: alsa-utils: init script sleeps without explanation

2007-05-08 Thread Josh Triplett
Package: alsa-utils Version: 1.0.13-2 Severity: normal /etc/init.d/alsa-utils contains: > store_levels() > { > CARD="$1" > [ "$1" = all ] && CARD="" > if MSG="$(alsactl store $CARD 2>&1)" ; then > sleep 1 > return 0 Does the init script real