diff options
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.3.7a.ebuild')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.3.7a.ebuild | 4 |
1 files 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 926aa7970caa..d7a64183012d 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() { |