summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:56:53 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:56:53 +0100
commit8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134 (patch)
treecdb4c07a7b2559dc582033dcaa3a57ae65f5ced2 /net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild
parentnet-analyzer/zabbix: migrate to tmpfiles.eclass (diff)
downloadgentoo-8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134.tar.gz
gentoo-8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134.tar.bz2
gentoo-8be159b9b181f7bc8bb4fe33c1fbb5b1af9ea134.zip
net-dialup/xl2tpd: migrate to tmpfiles.eclass
Closes: https://bugs.gentoo.org/740608 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild')
-rw-r--r--net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild
index 0fefbeec078b..a383fd15cbf8 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# 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="https://github.com/xelerance/xl2tpd"
@@ -37,7 +37,7 @@ src_install() {
newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
systemd_dounit "${FILESDIR}"/xl2tpd.service
- systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf
+ dotmpfiles "${FILESDIR}"/xl2tpd.conf
einstalldocs