diff options
author | Christoph Mende <angelos@gentoo.org> | 2014-06-08 11:51:48 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2014-06-08 11:51:48 +0000 |
commit | ec6e87662d988721b174e3f27660dd3aa249c4b9 (patch) | |
tree | 4d58c8b8243e39a57411d558a429bd215646b2b4 /media-sound/mpd/files | |
parent | Enable multilib support, as a dependency of net-libs/neon. (diff) | |
download | gentoo-2-ec6e87662d988721b174e3f27660dd3aa249c4b9.tar.gz gentoo-2-ec6e87662d988721b174e3f27660dd3aa249c4b9.tar.bz2 gentoo-2-ec6e87662d988721b174e3f27660dd3aa249c4b9.zip |
Version bump, remove old, fix pid file path in logrotate script
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'media-sound/mpd/files')
-rw-r--r-- | media-sound/mpd/files/mpd.logrotate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/mpd/files/mpd.logrotate b/media-sound/mpd/files/mpd.logrotate index a19363174304..aae139d81afb 100644 --- a/media-sound/mpd/files/mpd.logrotate +++ b/media-sound/mpd/files/mpd.logrotate @@ -2,5 +2,6 @@ missingok postrotate [ -f /var/run/mpd.pid ] && cat /var/run/mpd.pid | xargs /bin/kill -HUP + [ -f /var/lib/mpd/pid ] && cat /var/lib/mpd/pid | xargs /bin/kill -HUP endscript } |