commit:     084f2ccc0aedd30d53de76a13577ba7f12134e0e
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sun Mar  7 11:57:19 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:57:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084f2ccc

net-misc/dhcp: migrate to tmpfiles.eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/dhcp/dhcp-4.4.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dhcp/dhcp-4.4.2-r3.ebuild 
b/net-misc/dhcp/dhcp-4.4.2-r3.ebuild
index 2d8a36235b0..a1d57e2ebbf 100644
--- a/net-misc/dhcp/dhcp-4.4.2-r3.ebuild
+++ b/net-misc/dhcp/dhcp-4.4.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit systemd toolchain-funcs flag-o-matic
+inherit systemd toolchain-funcs flag-o-matic tmpfiles
 
 MY_PV="${PV//_alpha/a}"
 MY_PV="${MY_PV//_beta/b}"
@@ -231,7 +231,7 @@ src_install() {
                newinitd "${FILESDIR}"/dhcrelay.init3 dhcrelay6
                newconfd "${FILESDIR}"/dhcrelay6.conf dhcrelay6
 
-               systemd_newtmpfilesd "${FILESDIR}"/dhcpd.tmpfiles dhcpd.conf
+               newtmpfiles "${FILESDIR}"/dhcpd.tmpfiles dhcpd.conf
                systemd_dounit "${FILESDIR}"/dhcpd4.service
                systemd_dounit "${FILESDIR}"/dhcpd6.service
                systemd_dounit "${FILESDIR}"/dhcrelay4.service

Reply via email to