From 131da34ecc8dd592b191470897a7be7eb266eb7c Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 21 May 2017 13:04:50 -0600 Subject: 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 b1d0b9529f94..ce9fa7008955 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 } -- cgit v1.2.3-65-gdbad