Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#5663 - mpd: /etc/rc.d/mpd line 10: remove "/etc/mpd.conf" for more flexibility
|
DetailsHello!
The mpd daemon-script in /etc/rc.d/ calls mpd in line 10 (of the file) as follows: " [ -z "$PID" ] && /usr/bin/mpd /etc/mpd.conf &> /dev/null" This forces mpd to read the configuration file from /etc/mpd.conf ONLY. People who are using ~/.mpdconf have to delete the location "/etc/mpd.conf" in /etc/rc.d/mpd, before they can use their custom config file. As mpd looks up /etc/mpd.conf anyway (see 'mpd --help'), it would be nice to see this in the next release. jakob |
This task depends upon
Closed by Roman Kyrylych (Romashka)
Wednesday, 08 November 2006, 21:57 GMT
Reason for closing: Won't fix
Wednesday, 08 November 2006, 21:57 GMT
Reason for closing: Won't fix
I mean, what is the use of the option "user" in the conf file for, if it is wrong to use it? I guess I have to fire up mpd as user to be on the right way?