| Summary: | request: mpd system startup oss dependency | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marcus Becker <marcus.disi> |
| Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
hmm? the "use pulseaudio" or "use esound" refers to the init scripts, oss has none why is this invalid? I run my system here and this is a problem if you don't know about startup scripts... media-sound/mpd/files/mpd.rc has all dependendies except of oss it's invalid because nothing installs script called /etc/init.d/oss I asked that oss will be added to the existing /etc/init.d/mpd can be fixed in media-sound/mpd/files/mpd.rc which is a Gentoo patch? sorry :( |
I request that /etc/init.d/mpd startup script gets an oss dependency. depend() { need localmount use net.lo netmount nfsmount esound pulseaudio } should be depend() { need localmount use net.lo netmount nfsmount esound pulseaudio oss } thanks Reproducible: Always Steps to Reproduce: 1. use oss 2. boot the system with mpd installed 3. Actual Results: mpd fails to start Expected Results: mpd to start it is not a biggy. If you don't use it would not affect the system startup. I rather believe it is so easy to fix, that most of the oss users out there just don't think it is worth a bug report :)