From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E75713835A for ; Sun, 7 Mar 2021 11:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA5FE086D; Sun, 7 Mar 2021 11:58:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DC8FE086D for ; Sun, 7 Mar 2021 11:58:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BF12340CB4 for ; Sun, 7 Mar 2021 11:58:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5806E59B for ; Sun, 7 Mar 2021 11:58:26 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1615118239.084f2ccc0aedd30d53de76a13577ba7f12134e0e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcp/dhcp-4.4.2-r3.ebuild X-VCS-Directories: net-misc/dhcp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 084f2ccc0aedd30d53de76a13577ba7f12134e0e X-VCS-Branch: master Date: Sun, 7 Mar 2021 11:58:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76ff3166-6ccd-40ff-9f3f-ca68f7004d20 X-Archives-Hash: abeff17ae5645b345ae9c35643cb004e commit: 084f2ccc0aedd30d53de76a13577ba7f12134e0e Author: Theo Anderson posteo de> AuthorDate: Sun Mar 7 11:57:19 2021 +0000 Commit: David Seifert gentoo 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 posteo.de> Signed-off-by: David Seifert 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