From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1201477-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3930C138359 for <garchives@archives.gentoo.org>; Mon, 31 Aug 2020 10:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46708E099F; Mon, 31 Aug 2020 10:05:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28A3BE099F for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 10:05:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9EF4335DC8 for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 10:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7204731C for <gentoo-commits@lists.gentoo.org>; Mon, 31 Aug 2020 10:04:59 +0000 (UTC) From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1598868296.5ed24bf963f91c20a0433a16c6e7e3c03dd0dbff.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.5.1-r1.ebuild net-misc/chrony/chrony-4.0_pre3.ebuild net-misc/chrony/chrony-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5ed24bf963f91c20a0433a16c6e7e3c03dd0dbff X-VCS-Branch: master Date: Mon, 31 Aug 2020 10:04:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0f99721-4acd-4a13-b18c-29a9d29728cd X-Archives-Hash: 6ef31ac70d4596a54d35b2d502dc2250 commit: 5ed24bf963f91c20a0433a16c6e7e3c03dd0dbff Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Aug 31 10:04:20 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Aug 31 10:04:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed24bf9 net-misc/chrony: Set default path for hwclockfile Package-Manager: Portage-3.0.4, Repoman-3.0.1 Closes: https://bugs.gentoo.org/695632 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-misc/chrony/chrony-3.5.1-r1.ebuild | 1 + net-misc/chrony/chrony-4.0_pre3.ebuild | 1 + net-misc/chrony/chrony-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 35baea6c5e2..ed8ec05dd52 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild @@ -125,6 +125,7 @@ src_configure() { --mandir="${EPREFIX}/usr/share/man" --prefix="${EPREFIX}/usr" --sysconfdir="${EPREFIX}/etc/chrony" + --with-hwclockfile="${EPREFIX}/etc/adjtime" --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid" --without-nss --without-tomcrypt diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild index a63c3f3d33c..8ff387f448e 100644 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild @@ -125,6 +125,7 @@ src_configure() { --mandir="${EPREFIX}/usr/share/man" --prefix="${EPREFIX}/usr" --sysconfdir="${EPREFIX}/etc/chrony" + --with-hwclockfile="${EPREFIX}/etc/adjtime" --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid" --without-nss --without-tomcrypt diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index a63c3f3d33c..8ff387f448e 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -125,6 +125,7 @@ src_configure() { --mandir="${EPREFIX}/usr/share/man" --prefix="${EPREFIX}/usr" --sysconfdir="${EPREFIX}/etc/chrony" + --with-hwclockfile="${EPREFIX}/etc/adjtime" --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid" --without-nss --without-tomcrypt