diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-05-21 13:04:50 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-05-21 13:05:19 -0600 |
commit | 131da34ecc8dd592b191470897a7be7eb266eb7c (patch) | |
tree | 0863ba0c4eaaad5c840fc8a8f55cda963a5e58e8 /net-misc/openntpd | |
parent | media-plugins/vdr-ddci2: new package (diff) | |
download | gentoo-131da34ecc8dd592b191470897a7be7eb266eb7c.tar.gz gentoo-131da34ecc8dd592b191470897a7be7eb266eb7c.tar.bz2 gentoo-131da34ecc8dd592b191470897a7be7eb266eb7c.zip |
net-misc/openntpd: create chroot (bug #619118)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'net-misc/openntpd')
-rw-r--r-- | net-misc/openntpd/openntpd-6.0_p1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |