From c4fb816eb24c8ede92902cdee0d7e20bc246d847 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sun, 7 Mar 2021 12:57:08 +0100 Subject: [PATCH] net-ftp/proftpd: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson Signed-off-by: David Seifert --- net-ftp/proftpd/proftpd-1.3.7a.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-ftp/proftpd/proftpd-1.3.7a.ebuild b/net-ftp/proftpd/proftpd-1.3.7a.ebuild index 926aa7970caa8..d7a64183012d9 100644 --- a/net-ftp/proftpd/proftpd-1.3.7a.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.7a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -266,7 +266,7 @@ src_install() { dodoc doc/rfc/*.txt systemd_dounit "${FILESDIR}"/${PN}.service - systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d.conf-r1 ${PN}.conf + newtmpfiles "${FILESDIR}"/${PN}-tmpfiles.d.conf-r1 ${PN}.conf } pkg_postinst() {