jer         14/06/09 13:42:54

  Modified:             mpd.logrotate
  Log:
  Use real spaces by Dimitri Semitsoglou-Tsiapos (bug #512804).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

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

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

Index: mpd.logrotate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.logrotate,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpd.logrotate       8 Jun 2014 11:51:48 -0000       1.3
+++ mpd.logrotate       9 Jun 2014 13:42:54 -0000       1.4
@@ -1,7 +1,7 @@
 /var/lib/mpd/log {
        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
+       [ -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