diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:57:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:57:19 +0100 |
commit | 084f2ccc0aedd30d53de76a13577ba7f12134e0e (patch) | |
tree | bcc214f928a92d1904d98c222e9cf89df7b7e60a /net-misc/dhcp/dhcp-4.4.2-r3.ebuild | |
parent | net-misc/asterisk: migrate to tmpfiles.eclass (diff) | |
download | gentoo-084f2ccc0aedd30d53de76a13577ba7f12134e0e.tar.gz gentoo-084f2ccc0aedd30d53de76a13577ba7f12134e0e.tar.bz2 gentoo-084f2ccc0aedd30d53de76a13577ba7f12134e0e.zip |
net-misc/dhcp: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/dhcp/dhcp-4.4.2-r3.ebuild')
-rw-r--r-- | net-misc/dhcp/dhcp-4.4.2-r3.ebuild | 4 |
1 files 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 2d8a36235b05..a1d57e2ebbfe 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 |