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-107281-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1NfVn1-0001Yu-4b
	for garchives@archives.gentoo.org; Thu, 11 Feb 2010 09:56:51 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 26407E07AD;
	Thu, 11 Feb 2010 09:56:05 +0000 (UTC)
Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224])
	by pigeon.gentoo.org (Postfix) with ESMTP id D1C1CE07AD
	for <gentoo-user@lists.gentoo.org>; Thu, 11 Feb 2010 09:56:04 +0000 (UTC)
Received: by bwz24 with SMTP id 24so437516bwz.29
        for <gentoo-user@lists.gentoo.org>; Thu, 11 Feb 2010 01:56:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:from:date:message-id
         :subject:to:content-type;
        bh=b7mWFwYiTMeE6FBc5f0gI3gyXHdJzS/QCfKYK8/vT7o=;
        b=ivB/fNpUo41zVNRLEXPsF3Q7UIMJG69raUkh65XqBcCjFAk/+FEEwiPV4vNt+iTB0n
         pG8ODszSAG6WQ6b/VAU/wvqqUQ1Eyxt0ligflKzFGka/W63T8UlO4z3BF6vvHVOhTKLw
         K4q4aCvRP395kIVSNB3ZZeZ9lCK8h7zpmKN8A=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:from:date:message-id:subject:to:content-type;
        b=a8rapWoIh5PQHVCNjydx9GXXuIQ6+g/klnI3AQ8PHVlkc6RcpwkgC5cqD4djtPxF6v
         JR+n6heHTZkLLFcOlJI0Ei2ieB5n3LUFqo14pyHdLZpJx/xYZyJNDkW0aJ95iLWVPVMV
         WqV9AdjesiJQPvnLmuWr/5k52Up6DrPVqQNaM=
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.15.140 with SMTP id k12mr1049998bka.63.1265882164144; Thu, 
	11 Feb 2010 01:56:04 -0800 (PST)
From: Damian <damian.only@gmail.com>
Date: Thu, 11 Feb 2010 10:55:44 +0100
Message-ID: <47a330c51002110155u6c45a9bcief2591b62868b5a2@mail.gmail.com>
Subject: [gentoo-user] Adding dependencies in init scripts
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 2a9b2129-c2fe-4888-970c-03f67cd272f7
X-Archives-Hash: 1095429e01d7ee8b61484862c9b84bb9

Hello,

I would like to configure my system so that every time I start mpd
(via /etc/init.d/mpd)  mpdscrible is started as well. What is the best
way to achieve this?

Thanks in advance,
Damian.