Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56132 - mpd init script should pass /etc/mpd.conf on startup
Summary: mpd init script should pass /etc/mpd.conf on startup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brian Harring (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 07:02 UTC by Warren Dukes
Modified: 2004-07-22 14:11 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 Warren Dukes 2004-07-05 07:02:22 UTC
The mpd init script should pass mpd the explicit config file /etc/mpd.conf, like so:

start-stop-daemon --start --quiet --exec /usr/bin/mpd -- --no-create-db /etc/mpd.conf

This has been discussed in a previous mpd related bug, but somehow got lost when the init script was updated.  The purpose of explicilty specifying /etc/mpd.conf is so that mpd does not first search for a config file in ~/.mpdconf, what is obviously not wanted for an init script.

Thanks,
-shank

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brian Harring (RETIRED) gentoo-dev 2004-07-22 14:11:06 UTC
InCVS