diff options
author | crees <crees@FreeBSD.org> | 2014-07-20 22:48:53 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-07-20 22:48:53 +0800 |
commit | 3fcc95aa99db4cdfc8142f292229e88660a928fb (patch) | |
tree | 9ae469d1001172ef161fecb244ae03989be9d430 /audio/musicpd/files | |
parent | a23ba8cb1a5a85be9859e963056ee8f3dbe0ff3a (diff) | |
download | freebsd-ports-gnome-3fcc95aa99db4cdfc8142f292229e88660a928fb.tar.gz freebsd-ports-gnome-3fcc95aa99db4cdfc8142f292229e88660a928fb.tar.zst freebsd-ports-gnome-3fcc95aa99db4cdfc8142f292229e88660a928fb.zip |
Give up trying to make MPDDIR, and let pw useradd do it. Stop making
it customisable via make.conf; pointless with package installations.
Modernise slightly.
Correct IGNORE message-- there is no real problem with using .error here,
but since it was mysteriously changed without notice assume that there was an
extremely good reason for it.
Diffstat (limited to 'audio/musicpd/files')
-rw-r--r-- | audio/musicpd/files/musicpd.in | 2 | ||||
-rw-r--r-- | audio/musicpd/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpd/files/musicpd.in b/audio/musicpd/files/musicpd.in index f367cde80173..7b4b8ad127c0 100644 --- a/audio/musicpd/files/musicpd.in +++ b/audio/musicpd/files/musicpd.in @@ -30,7 +30,7 @@ musicpd_getpidfile() if get_pidfile_from_conf pid_file %%PREFIX%%/etc/musicpd.conf ; then pidfile="$_pidfile_from_conf" else - pidfile="%%MPDDIR%%/.mpd/pid" + pidfile="/var/mpd/.mpd/pid" fi } diff --git a/audio/musicpd/files/pkg-message.in b/audio/musicpd/files/pkg-message.in index 7487c93d98b3..01714a11462a 100644 --- a/audio/musicpd/files/pkg-message.in +++ b/audio/musicpd/files/pkg-message.in @@ -17,7 +17,7 @@ Then start the server with or reboot. The example configuration of MPD server requires music files to -be stored in the %%MPDDIR%%/music directory. +be stored in the /var/mpd/music directory. NOTE: The musicpd server is pretty useless without a client. You might want to install one of the following ports too: |