diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-06-06 09:25:28 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-06-06 09:25:28 +0200 |
commit | eae6c748da04fe37c47f5e9a6c245d11fffe5810 (patch) | |
tree | 163db9f43df8188e7fb0c553e1326bae55b44d95 /net-misc/chrony | |
parent | 0d68f251903ef9555fded9039a0fe8e58ae89b60 (diff) | |
download | gentoo-eae6c748da04fe37c47f5e9a6c245d11fffe5810.tar.gz gentoo-eae6c748da04fe37c47f5e9a6c245d11fffe5810.tar.xz |
net-misc/chrony: Fix the logrotate script for good.
Also bump latest version so people get the new logrotate file.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-2.4_pre1-r3.ebuild (renamed from net-misc/chrony/chrony-2.4_pre1-r2.ebuild) | 0 | ||||
-rw-r--r-- | net-misc/chrony/files/chrony-2.4-r1.logrotate | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-2.4_pre1-r2.ebuild b/net-misc/chrony/chrony-2.4_pre1-r3.ebuild index 4f9b613e1c1..4f9b613e1c1 100644 --- a/net-misc/chrony/chrony-2.4_pre1-r2.ebuild +++ b/net-misc/chrony/chrony-2.4_pre1-r3.ebuild diff --git a/net-misc/chrony/files/chrony-2.4-r1.logrotate b/net-misc/chrony/files/chrony-2.4-r1.logrotate index 4140bc2af8b..a2cf8feb5b7 100644 --- a/net-misc/chrony/files/chrony-2.4-r1.logrotate +++ b/net-misc/chrony/files/chrony-2.4-r1.logrotate @@ -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 } |