commit: 131da34ecc8dd592b191470897a7be7eb266eb7c
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 19:04:50 2017 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun May 21 19:05:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131da34e
net-misc/openntpd: create chroot (bug #619118)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
net-misc/openntpd/openntpd-6.0_p1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-misc/openntpd/openntpd-6.0_p1.ebuild
b/net-misc/openntpd/openntpd-6.0_p1.ebuild
index b1d0b9529f9..ce9fa700895 100644
--- a/net-misc/openntpd/openntpd-6.0_p1.ebuild
+++ b/net-misc/openntpd/openntpd-6.0_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -59,6 +59,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}.init.d-20080406-r6" ntpd
newconfd "${FILESDIR}/${PN}.conf.d-20080406-r6" ntpd
+ keepdir "${NTP_HOME}"
systemd_newunit "${FILESDIR}/${PN}.service-20080406-r4" ntpd.service
}