angelos     14/06/08 11:51:48

  Modified:             mpd.logrotate
  Log:
  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)

Revision  Changes    Path
1.3                  media-sound/mpd/files/mpd.logrotate

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.logrotate?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.logrotate?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.logrotate?r1=1.2&r2=1.3

Index: mpd.logrotate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.logrotate,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpd.logrotate       22 Mar 2014 15:59:44 -0000      1.2
+++ mpd.logrotate       8 Jun 2014 11:51:48 -0000       1.3
@@ -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
 }




Reply via email to