mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
David Seifert
parent
07343dd2a0
commit
8be159b9b1
@@ -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="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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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="https://github.com/xelerance/xl2tpd"
|
||||
@@ -34,7 +34,7 @@ src_install() {
|
||||
newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
|
||||
|
||||
systemd_dounit "${FILESDIR}"/xl2tpd.service
|
||||
systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf
|
||||
dotmpfiles "${FILESDIR}"/xl2tpd.conf
|
||||
|
||||
einstalldocs
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user