Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470010 - media-sound/mpd-0.17.4-r2 - changes to depend() in the initscript (use alsasound, need net)
Summary: media-sound/mpd-0.17.4-r2 - changes to depend() in the initscript (use alsaso...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 21:49 UTC by Roman Žilka
Modified: 2013-05-19 16:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.