Am Sonntag 14 Februar 2010 02:51:57 schrieb Damian:
> On Sun, Feb 14, 2010 at 2:25 AM, Damian <damian.o...@gmail.com> wrote:
> >> HTH...
> >> 
> >>        Dirk
> > 
> > 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="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.

In your first post you stated that you want to have both started, right? But 
"after" is about order, not dependency. I'd say you need to put

rc_need="mpd"

into /etc/conf.d/mpdscrible and put mpdscrible into default runlevel, not mpd.

Maybe a combination of both

rc_after="mpdscrible"
rc_need="mpdscrible"

in /etc/conf.d/mpd could also work.

HTH...

        Dirk

Reply via email to