Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150869 - media-sound/mpd-0.11.5-r2 shows wrong ewarn
Summary: media-sound/mpd-0.11.5-r2 shows wrong ewarn
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Andrej Kacian (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 03:18 UTC by Christoph Mende (RETIRED)
Modified: 2006-10-11 05:40 UTC (History)
0 users

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 Christoph Mende (RETIRED) gentoo-dev 2006-10-11 03:18:22 UTC
From the ebuild of media-sound/mpd-0.11.5-r2:
    ewarn "Home directory of user mpd, as well as default locations in mpd.conf have"
    ewarn "been changed to /var/lib/mpd, please bear that in mind while updating."
    ewarn "your mpd.conf file."

The mpd.conf is installed in /etc/mpd.conf, not /var/lib/mpd
And another small mistake: The period behind updating in the second line ;)

PS: Looks like mpd could be cleaned up a bit, there are still some 0.12.0 RC ebuilds, whereas 0.12.(0|1) have been released and are in the tree
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2006-10-11 05:40:38 UTC
The message tells you that locations (paths) in /etc/mpd.conf have been changed to /var/lib/mpd, i.e. music_directory points to /var/lib/mpd/music.

The extra full stop in 0.11.5-r2 has been removed, as well as rc ebuilds.

Thanks!