summaryrefslogtreecommitdiff
path: root/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild')
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild
index 0c4c41e9011e..ff66464ce648 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit systemd toolchain-funcs
+inherit systemd toolchain-funcs tmpfiles
DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/"
@@ -49,7 +49,7 @@ src_install() {
newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
systemd_dounit "${FILESDIR}"/xl2tpd.service
- systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf
+ dotmpfiles "${FILESDIR}"/xl2tpd.conf
einstalldocs
}