Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Sun, 04 Oct 2015 06:55:58
Message-Id: 1443941747.5c60531546d884511b25770e8dc43943cb2a23d8.jer@gentoo
1 commit: 5c60531546d884511b25770e8dc43943cb2a23d8
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 06:55:36 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 06:55:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c605315
7
8 net-misc/chrony: Configure the default socket directory. Do not install deprecated chrony.keys. Install a simple default configuration.
9
10 Package-Manager: portage-2.2.22
11
12 net-misc/chrony/chrony-2.2_pre1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/chrony/chrony-2.2_pre1.ebuild b/net-misc/chrony/chrony-2.2_pre1.ebuild
16 index 70f4f60..f745441 100644
17 --- a/net-misc/chrony/chrony-2.2_pre1.ebuild
18 +++ b/net-misc/chrony/chrony-2.2_pre1.ebuild
19 @@ -39,7 +39,7 @@ src_prepare() {
20 sed -i \
21 -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
22 -e 's:/var/run:/run:g' \
23 - conf.c chrony.texi.in examples/* FAQ || die
24 + conf.c chrony.texi.in examples/* || die
25 }
26
27 src_configure() {
28 @@ -72,6 +72,7 @@ src_configure() {
29 ${CHRONY_EDITLINE} \
30 ${EXTRA_ECONF} \
31 --docdir=/usr/share/doc/${PF} \
32 + --chronysockdir=/run/chrony \
33 --infodir=/usr/share/info \
34 --mandir=/usr/share/man \
35 --prefix=/usr \
36 @@ -99,8 +100,7 @@ src_install() {
37 newconfd "${FILESDIR}"/chronyd.conf chronyd
38
39 insinto /etc/${PN}
40 - newins examples/chrony.conf.example3 chrony.conf
41 - newins examples/chrony.keys.example chrony.keys
42 + newins examples/chrony.conf.example1 chrony.conf
43
44 dodoc examples/*.example*