openbsd-ports/audio/mpd/pkg/MESSAGE
bernd d6bab7a71c - Remove trailing whitespaces. (From Jasper)
- Install daemon into ${LOCALBASE}/sbin. (From steven@)
- Fix pkg/DESCR (From steven@)
- Really fix the OSS mixer stuff.

ok Tobias Ulmer (MAINTAINER)
ok naddy@ (for the mixer stuff)
2006-06-14 12:37:52 +00:00

13 lines
407 B
Plaintext

A sample configuration file has been installed to ${SYSCONFDIR}/mpd.conf
and MPD is configured to listen on localhost only.
Make sure that music_directory points to a valid directory,
otherwise MPD won't start.
If you wish to have MPD started automatically at boot time,
simply add the follow lines to /etc/rc.local:
if [ -x ${PREFIX}/sbin/mpd ]; then
echo -n ' mpd'; ${PREFIX}/sbin/mpd
fi