summaryrefslogtreecommitdiff
path: root/net-misc/stunnel/stunnel-5.55.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/stunnel/stunnel-5.55.ebuild')
-rw-r--r--net-misc/stunnel/stunnel-5.55.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stunnel/stunnel-5.55.ebuild b/net-misc/stunnel/stunnel-5.55.ebuild
index 2a3a28d96e59..9744f7b8a26f 100644
--- a/net-misc/stunnel/stunnel-5.55.ebuild
+++ b/net-misc/stunnel/stunnel-5.55.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit ssl-cert multilib systemd user
+inherit ssl-cert multilib systemd user tmpfiles
DESCRIPTION="TLS/SSL - Port Wrapper"
HOMEPAGE="https://www.stunnel.org/index.html"
@@ -75,7 +75,7 @@ src_install() {
doenvd "${T}"/20stunnel
systemd_dounit "${S}/tools/stunnel.service"
- systemd_newtmpfilesd "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
+ newtmpfiles "${FILESDIR}"/stunnel.tmpfiles.conf stunnel.conf
}
pkg_postinst() {