diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:56:41 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:56:41 +0100 |
commit | cc525a9c00afc0a9885b23e0ab0ad5fe0d4ff6a1 (patch) | |
tree | 2f10c15f54eb297a2d650f5575401a6b520c4429 /net-analyzer/smokeping | |
parent | net-analyzer/prelude-lml: migrate to tmpfiles.eclass (diff) | |
download | gentoo-cc525a9c00afc0a9885b23e0ab0ad5fe0d4ff6a1.tar.gz gentoo-cc525a9c00afc0a9885b23e0ab0ad5fe0d4ff6a1.tar.bz2 gentoo-cc525a9c00afc0a9885b23e0ab0ad5fe0d4ff6a1.zip |
net-analyzer/smokeping: migrate to tmpfiles.eclass
Closes: https://bugs.gentoo.org/740604
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-analyzer/smokeping')
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.7.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/smokeping/smokeping-2.7.3.ebuild b/net-analyzer/smokeping/smokeping-2.7.3.ebuild index 57f3773d61bb..1e78c5958201 100644 --- a/net-analyzer/smokeping/smokeping-2.7.3.ebuild +++ b/net-analyzer/smokeping/smokeping-2.7.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools eutils multilib user systemd +inherit autotools eutils multilib user systemd tmpfiles DESCRIPTION="A powerful latency measurement tool" HOMEPAGE="https://oss.oetiker.ch/smokeping/" @@ -79,7 +79,7 @@ src_install() { default newinitd "${FILESDIR}"/${PN}.init.5 ${PN} - systemd_dotmpfilesd "${FILESDIR}"/"${PN}".conf + dotmpfiles "${FILESDIR}"/"${PN}".conf systemd_dounit "${FILESDIR}"/"${PN}".service mv "${D}/etc/smokeping/basepage.html.dist" "${D}/etc/smokeping/basepage.html" |