Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/chrony/files: chrony.logrotate
Date: Sun, 08 May 2011 08:14:37
Message-Id: 20110508081427.3DDE520057@flycatcher.gentoo.org
1 klausman 11/05/08 08:14:27
2
3 Modified: chrony.logrotate
4 Log:
5 Fix logrotate script (EOF may not be indented)
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-misc/chrony/files/chrony.logrotate
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?r1=1.2&r2=1.3
15
16 Index: chrony.logrotate
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/files/chrony.logrotate,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- chrony.logrotate 25 Jun 2010 09:50:58 -0000 1.2
23 +++ chrony.logrotate 8 May 2011 08:14:27 -0000 1.3
24 @@ -5,6 +5,6 @@
25 cat << EOF | /usr/bin/chronyc | sed '/^200 OK$/d'
26 password $PASSWORD
27 cyclelogs
28 - EOF
29 +EOF
30 endscript
31 }