Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 470010

Summary: media-sound/mpd-0.17.4-r2 - changes to depend() in the initscript (use alsasound, need net)
Product: Gentoo Linux Reporter: Roman Žilka <roman.zilka>
Component: Current packagesAssignee: Christoph Mende (RETIRED) <angelos>
Status: RESOLVED FIXED    
Severity: normal CC: hwoarang, sound
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Roman Žilka 2013-05-15 21:49:29 UTC
Current mpd initscript:
depend() {
        need localmount
        use net netmount nfsmount alsa esound pulseaudio
} 

Proposed:
depend() {
        need localmount net
        use netmount nfsmount alsasound esound pulseaudio
} 

Rationale:
* "alsa" is misspelled - should be "alsasound"
* without net (which includes net.lo) there is no point to start mpd

Reproducible: Always
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2013-05-17 05:39:23 UTC
(In reply to comment #0)
> Rationale:
> * "alsa" is misspelled - should be "alsasound"
Thanks, I'll fix that. I'm pretty sure it was alsa in the past :o

> * without net (which includes net.lo) there is no point to start mpd
There actually is, you can control mpd via unix sockets.