From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0D3913888F for ; Sun, 4 Oct 2015 06:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FCB221C004; Sun, 4 Oct 2015 06:55:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E434C21C004 for ; Sun, 4 Oct 2015 06:55:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06C1534089A for ; Sun, 4 Oct 2015 06:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE3747C for ; Sun, 4 Oct 2015 06:55:54 +0000 (UTC) From: "Jeroen Roovers" 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" Message-ID: <1443941747.5c60531546d884511b25770e8dc43943cb2a23d8.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-2.2_pre1.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5c60531546d884511b25770e8dc43943cb2a23d8 X-VCS-Branch: master Date: Sun, 4 Oct 2015 06:55:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75f56601-36e9-4605-b043-b06e7691d90b X-Archives-Hash: 3bf562f7a264a9f50bfabf0cb5375bf8 commit: 5c60531546d884511b25770e8dc43943cb2a23d8 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 4 06:55:36 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 4 06:55:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c605315 net-misc/chrony: Configure the default socket directory. Do not install deprecated chrony.keys. Install a simple default configuration. Package-Manager: portage-2.2.22 net-misc/chrony/chrony-2.2_pre1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/chrony/chrony-2.2_pre1.ebuild b/net-misc/chrony/chrony-2.2_pre1.ebuild index 70f4f60..f745441 100644 --- a/net-misc/chrony/chrony-2.2_pre1.ebuild +++ b/net-misc/chrony/chrony-2.2_pre1.ebuild @@ -39,7 +39,7 @@ src_prepare() { sed -i \ -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \ -e 's:/var/run:/run:g' \ - conf.c chrony.texi.in examples/* FAQ || die + conf.c chrony.texi.in examples/* || die } src_configure() { @@ -72,6 +72,7 @@ src_configure() { ${CHRONY_EDITLINE} \ ${EXTRA_ECONF} \ --docdir=/usr/share/doc/${PF} \ + --chronysockdir=/run/chrony \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --prefix=/usr \ @@ -99,8 +100,7 @@ src_install() { newconfd "${FILESDIR}"/chronyd.conf chronyd insinto /etc/${PN} - newins examples/chrony.conf.example3 chrony.conf - newins examples/chrony.keys.example chrony.keys + newins examples/chrony.conf.example1 chrony.conf dodoc examples/*.example*