Package: alsa-utils Version: 1.0.20-1 Severity: important Tags: patch User: [email protected] Usertags: missing-dependency
Hi, While reviewing the dependencies of the init scripts I found your init script missing a dependency on udev. The following patch is enough: --- unpacked/etc/init.d/alsa-utils 2009-05-26 06:20:18.000000000 -0500 +++ /etc/init.d/alsa-utils 2009-06-16 07:41:27.000000000 -0500 @@ -4,7 +4,7 @@ # ### BEGIN INIT INFO # Provides: alsa-utils -# Required-Start: $remote_fs +# Required-Start: $remote_fs udev # Required-Stop: $remote_fs # Default-Start: S # Default-Stop: 0 6 Cheers, -- Raphael Geissert - Debian Maintainer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

