[From nobody Thu Jul  2 15:52:06 2009
Received: (at submit) by bugs.debian.org; 25 Jun 2009 02:09:36 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
	(2007-08-08) on rietz.debian.org
X-Spam-Level: 
X-Spam-Bayes: score:0.0000 Tokens: new, 48; hammy, 103; neutral, 35; spammy,
	1. spammytokens:0.999-1--47 hammytokens:0.000-+--H*u:1.9.9,
	0.000-+--Severity, 
	0.000-+--Usertags, 0.000-+--UD:init.d, 0.000-+--initd
X-Spam-Status: No, score=-11.1 required=4.0 tests=AWL,BAYES_00,FOURLA,
	HAS_PACKAGE,MURPHY_DRUGS_REL8,SPF_PASS,X_DEBBUGS_NO_ACK autolearn=ham
	version=3.2.3-bugs.debian.org_2005_01_02
Return-path: &lt;atomo64@gmail.com&gt;
Received: from an-out-0708.google.com ([209.85.132.240])
	by rietz.debian.org with esmtp (Exim 4.63)
	(envelope-from &lt;atomo64@gmail.com&gt;) id 1MJePA-0006B4-4W
	for submit@bugs.debian.org; Thu, 25 Jun 2009 02:09:36 +0000
Received: by an-out-0708.google.com with SMTP id d14so412966and.32
	for &lt;submit@bugs.debian.org&gt;; Wed, 24 Jun 2009 19:09:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:received:received:from:to:subject:date
	:user-agent:x-debbugs-no-ack:mime-version:content-type
	:content-transfer-encoding:content-disposition:message-id;
	bh=wC9X6aySJuTsF+8cofyD9MLUypco/LJFz2nUfxYinL8=;
	b=M6iQzFcmUwf112oGr3DhQLJfpOxLP+dM2tsuKMZ52DLj702XRdMxMkciy0UZBmi67T
	mVkWQCrnKGHd9migMUOdUTPAfjBpvNta9DgqS+Wxs+FE7scOR+xI7a/BfvJaGTcuB1PX
	FUnYUl8sXNiGm8EY0PAKemDn52IAfnbxVajzc=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=from:to:subject:date:user-agent:x-debbugs-no-ack:mime-version
	:content-type:content-transfer-encoding:content-disposition
	:message-id;
	b=Sk98VqCpoOdEi/i07CjBYkM5aI8Sl+ZseYwithn0BldGQWHqFRRppE6zuolmWn46Jp
	YsK6zakS94ZfxqP+lwgHbJMDfYnNfCwZKUriL0LMyenx+tVqEvfzpgWqH2yH9cEQOnUU
	pufA8ljXcHPTQACuHQ47t0oS2Xlc93HuuMsgg=
Received: by 10.100.8.4 with SMTP id 4mr2523488anh.146.1245895775291;
	Wed, 24 Jun 2009 19:09:35 -0700 (PDT)
Received: from ?192.168.1.100? ([200.77.111.69])
	by mx.google.com with ESMTPS id 32sm3446001yxe.132.2009.06.24.19.09.34
	(version=TLSv1/SSLv3 cipher=RC4-MD5);
	Wed, 24 Jun 2009 19:09:34 -0700 (PDT)
From: Raphael Geissert &lt;atomo64@gmail.com&gt;
To: submit@bugs.debian.org
Subject: alsa-utils: init script needs to depend on udev
Date: Wed, 24 Jun 2009 21:10:45 -0500
User-Agent: KMail/1.9.9
X-Debbugs-No-Ack: do as I say
MIME-Version: 1.0
Content-Type: text/plain;
  charset=&quot;us-ascii&quot;
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: &lt;200906242110.46363.atomo64@gmail.com&gt;
Delivered-To: submit@bugs.debian.org

Package:  alsa-utils
Version:  1.0.20-1
Severity: important
Tags:     patch
User:     initscripts-ng-devel@lists.alioth.debian.org
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


]