Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd.logrotate
Date: Mon, 09 Jun 2014 13:43:00
Message-Id: 20140609134254.5366C2004F@flycatcher.gentoo.org
1 jer 14/06/09 13:42:54
2
3 Modified: mpd.logrotate
4 Log:
5 Use real spaces by Dimitri Semitsoglou-Tsiapos (bug #512804).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.4 media-sound/mpd/files/mpd.logrotate
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.logrotate?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.logrotate?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd.logrotate?r1=1.3&r2=1.4
15
16 Index: mpd.logrotate
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.logrotate,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mpd.logrotate 8 Jun 2014 11:51:48 -0000 1.3
23 +++ mpd.logrotate 9 Jun 2014 13:42:54 -0000 1.4
24 @@ -1,7 +1,7 @@
25 /var/lib/mpd/log {
26 missingok
27 postrotate
28 - [ -f /var/run/mpd.pid ] && cat /var/run/mpd.pid | xargs /bin/kill -HUP
29 - [ -f /var/lib/mpd/pid ] && cat /var/lib/mpd/pid | xargs /bin/kill -HUP
30 + [ -f /var/run/mpd.pid ] && cat /var/run/mpd.pid | xargs /bin/kill -HUP
31 + [ -f /var/lib/mpd/pid ] && cat /var/lib/mpd/pid | xargs /bin/kill -HUP
32 endscript
33 }