Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban/files: fail2ban-logrotate
Date: Wed, 27 Feb 2008 20:34:41
Message-Id: E1JUSz8-0005hW-KA@stork.gentoo.org
1 cedk 08/02/27 20:34:38
2
3 Modified: fail2ban-logrotate
4 Log:
5 Fix logrotate for bug #207527
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 net-analyzer/fail2ban/files/fail2ban-logrotate
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate?r1=1.1&r2=1.2
14
15 Index: fail2ban-logrotate
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fail2ban/files/fail2ban-logrotate,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- fail2ban-logrotate 25 Sep 2007 13:17:17 -0000 1.1
22 +++ fail2ban-logrotate 27 Feb 2008 20:34:38 -0000 1.2
23 @@ -4,6 +4,6 @@
24 missingok
25 compress
26 postrotate
27 - /usr/local/bin/fail2ban-client reload 1>/dev/null || true
28 + /usr/bin/fail2ban-client reload 1>/dev/null || true
29 endscript
30 }
31
32
33
34 --
35 gentoo-commits@l.g.o mailing list