Skip to content

Commit

Permalink
net-misc/chrony: Fix the logrotate script for good.
Browse files Browse the repository at this point in the history
Also bump latest version so people get the new logrotate file.

Package-Manager: portage-2.3.0_rc1
  • Loading branch information
klausman committed Jun 6, 2016
1 parent 0d68f25 commit eae6c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion net-misc/chrony/files/chrony-2.4-r1.logrotate
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit eae6c74

Please sign in to comment.