public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/chrony/files: chrony.logrotate
@ 2010-06-10  2:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-06-10  2:24 UTC (permalink / raw
  To: gentoo-commits

jer         10/06/10 02:24:56

  Added:                chrony.logrotate
  Log:
  Add USE=logrotate with a logrotate script contributed by Georg Sauthoff (bug #106391).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.1                  net-misc/chrony/files/chrony.logrotate

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?rev=1.1&content-type=text/plain

Index: chrony.logrotate
===================================================================
/var/log/chrony/*.log
	sharedscripts
	postrotate
                PASSWORD=`awk '$1 ~ /^1$/ {print $2; exit}' /etc/chrony/chrony.keys`
                cat << EOF | /usr/bin/chronyc | sed '/^200 OK$/d'
                password $PASSWORD
                cyclelogs
                EOF
        endscript
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/chrony/files: chrony.logrotate
@ 2010-06-25  9:50 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-06-25  9:50 UTC (permalink / raw
  To: gentoo-commits

klausman    10/06/25 09:50:58

  Modified:             chrony.logrotate
  Log:
  Fixed missing { in logrotate script
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/chrony/files/chrony.logrotate

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/files/chrony.logrotate?r1=1.1&r2=1.2

Index: chrony.logrotate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/files/chrony.logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrony.logrotate	10 Jun 2010 02:24:56 -0000	1.1
+++ chrony.logrotate	25 Jun 2010 09:50:58 -0000	1.2
@@ -1,4 +1,4 @@
-/var/log/chrony/*.log
+/var/log/chrony/*.log {
 	sharedscripts
 	postrotate
                 PASSWORD=`awk '$1 ~ /^1$/ {print $2; exit}' /etc/chrony/chrony.keys`






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/chrony/files: chrony.logrotate
@ 2011-05-08  8:14 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-05-08  8:14 UTC (permalink / raw
  To: gentoo-commits

klausman    11/05/08 08:14:27

  Modified:             chrony.logrotate
  Log:
  Fix logrotate script (EOF may not be indented)
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-misc/chrony/files/chrony.logrotate

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

Index: chrony.logrotate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/files/chrony.logrotate,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chrony.logrotate	25 Jun 2010 09:50:58 -0000	1.2
+++ chrony.logrotate	8 May 2011 08:14:27 -0000	1.3
@@ -5,6 +5,6 @@
                 cat << EOF | /usr/bin/chronyc | sed '/^200 OK$/d'
                 password $PASSWORD
                 cyclelogs
-                EOF
+EOF
         endscript
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-08  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08  8:14 [gentoo-commits] gentoo-x86 commit in net-misc/chrony/files: chrony.logrotate Tobias Klausmann (klausman)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-25  9:50 Tobias Klausmann (klausman)
2010-06-10  2:24 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox