net-misc/chrony: Fix the logrotate script for good.
authorTobias Klausmann <klausman@gentoo.org>
Mon, 6 Jun 2016 07:25:28 +0000 (09:25 +0200)
committerTobias Klausmann <klausman@gentoo.org>
Mon, 6 Jun 2016 07:25:28 +0000 (09:25 +0200)
Also bump latest version so people get the new logrotate file.

Package-Manager: portage-2.3.0_rc1

net-misc/chrony/chrony-2.4_pre1-r3.ebuild [moved from net-misc/chrony/chrony-2.4_pre1-r2.ebuild with 100% similarity]
net-misc/chrony/files/chrony-2.4-r1.logrotate

index 4140bc2af8b249f413bc23a3fbc8a5e3cba65bdc..a2cf8feb5b77ad187f52c4b2cf2845e4b9b7a329 100644 (file)
@@ -2,6 +2,6 @@
        missingok
        sharedscripts
        postrotate
-               /usr/bin/chronyc cyclelogs |grep -v '^200 OK'; return 0
+               /usr/bin/chronyc cyclelogs |grep -v '^200 OK'; exit 0
        endscript
 }