From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-885691-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4C28613829C
	for <garchives@archives.gentoo.org>; Mon,  6 Jun 2016 07:25:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 86D07254020;
	Mon,  6 Jun 2016 07:25:51 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2FCC8254020
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jun 2016 07:25:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B23BE340917
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jun 2016 07:25:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F1CCA963
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jun 2016 07:25:41 +0000 (UTC)
From: "Tobias Klausmann" <klausman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" <klausman@gentoo.org>
Message-ID: <1465197928.eae6c748da04fe37c47f5e9a6c245d11fffe5810.klausman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/files/, net-misc/chrony/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/chrony/chrony-2.4_pre1-r2.ebuild net-misc/chrony/chrony-2.4_pre1-r3.ebuild net-misc/chrony/files/chrony-2.4-r1.logrotate
X-VCS-Directories: net-misc/chrony/files/ net-misc/chrony/
X-VCS-Committer: klausman
X-VCS-Committer-Name: Tobias Klausmann
X-VCS-Revision: eae6c748da04fe37c47f5e9a6c245d11fffe5810
X-VCS-Branch: master
Date: Mon,  6 Jun 2016 07:25:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 854b6bbd-b67f-49ba-b836-4d5a5c170cc5
X-Archives-Hash: 43f08096eb43f00ac9ed26be7a95b3ec

commit:     eae6c748da04fe37c47f5e9a6c245d11fffe5810
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 07:25:28 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 07:25:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae6c748

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

 .../chrony/{chrony-2.4_pre1-r2.ebuild => chrony-2.4_pre1-r3.ebuild}     | 0
 net-misc/chrony/files/chrony-2.4-r1.logrotate                           | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrony/chrony-2.4_pre1-r2.ebuild b/net-misc/chrony/chrony-2.4_pre1-r3.ebuild
similarity index 100%
rename from net-misc/chrony/chrony-2.4_pre1-r2.ebuild
rename to 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 4140bc2..a2cf8fe 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
 }