From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-107516-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1NgTfC-00020J-W2
	for garchives@archives.gentoo.org; Sun, 14 Feb 2010 01:52:47 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2A3E8E0682;
	Sun, 14 Feb 2010 01:52:18 +0000 (UTC)
Received: from mail-bw0-f210.google.com (mail-bw0-f210.google.com [209.85.218.210])
	by pigeon.gentoo.org (Postfix) with ESMTP id D6371E0682
	for <gentoo-user@lists.gentoo.org>; Sun, 14 Feb 2010 01:52:17 +0000 (UTC)
Received: by bwz2 with SMTP id 2so1771899bwz.37
        for <gentoo-user@lists.gentoo.org>; Sat, 13 Feb 2010 17:52:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :from:date:message-id:subject:to:content-type
         :content-transfer-encoding;
        bh=3pc6BBzSlamgVqRWHKYBiCbMlheIGM3kADx3ZtHh5BA=;
        b=WdveHPOp6WcsIkntCrk3i4aVEzSHwFTZBh8kf+BiyQ6XX1R9zqpEGrUMEmjzXrxOUn
         NICrf2MPFpVOHnpCYn/ZGhovkzHuTgCa+7m+PEHWOYSliqurhmQVt36f3GLsJer/di98
         XgXnxiPOOwBzOsDtAwyG6CamPDRyEH+JTO204=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type:content-transfer-encoding;
        b=os2cw2oY7P/5IjjX1iYNZC9kFH8SMtXDhteQVAc9fJob6HXP9UTOJqCsHe5B/TZZiG
         WCnRpAC7hEIIfqqSpeJ/WhK8yq9hloKeA/f2OlTXc6WDY4CLnqg74b9JdJ5kLCVs3FK4
         rWHY3Xzr/hgLqXHiU1+A0mrNFyD18y1TwPoAU=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.204.20.17 with SMTP id d17mr2043003bkb.195.1266112337145; Sat, 
	13 Feb 2010 17:52:17 -0800 (PST)
In-Reply-To: <47a330c51002131725h1011d64ek296e02f57b138c5e@mail.gmail.com>
References: <201002112222.50699.dirk.heinrichs@online.de> <47a330c51002131725h1011d64ek296e02f57b138c5e@mail.gmail.com>
From: Damian <damian.only@gmail.com>
Date: Sun, 14 Feb 2010 02:51:57 +0100
Message-ID: <47a330c51002131751q6877d124rc1f659a8a065ce8@mail.gmail.com>
Subject: Re: [gentoo-user] Adding dependencies in init scripts
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: a8015af1-83e9-4ca6-924b-a0f92dc16081
X-Archives-Hash: c2e03b527c0077f066247c066185c59a

On Sun, Feb 14, 2010 at 2:25 AM, Damian <damian.only@gmail.com> wrote:
>> HTH...
>>
>> =A0 =A0 =A0 =A0Dirk
> Thanks a lot for your responses. That looks just like what I needed.
>
Ok, I just cannot make this work.

I've created a file  /etc/conf.d/mpd with the following line
rc_after=3D"mpdscrible"

But the init script seems to ignore it. No matter what I put in
/etc/conf.d/mpd . The gentoo handbook doesn't say anything about it.
I'm clearly missing something, but I don't know what it is.