summaryrefslogtreecommitdiff
path: root/net-misc/lldpd/lldpd-1.0.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/lldpd/lldpd-1.0.3.ebuild')
-rw-r--r--net-misc/lldpd/lldpd-1.0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/lldpd/lldpd-1.0.3.ebuild b/net-misc/lldpd/lldpd-1.0.3.ebuild
index 2ecf7a755691..7a948e636cc0 100644
--- a/net-misc/lldpd/lldpd-1.0.3.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils user systemd bash-completion-r1 autotools ltprune
+inherit eutils user systemd bash-completion-r1 autotools ltprune tmpfiles
DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
HOMEPAGE="https://vincentbernat.github.com/lldpd/"
@@ -102,5 +102,5 @@ src_install() {
keepdir /etc/${PN}.d
systemd_dounit "${FILESDIR}"/${PN}.service
- systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+ newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
}