summaryrefslogtreecommitdiff
path: root/net-misc/lldpd/lldpd-1.0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/lldpd/lldpd-1.0.4.ebuild')
-rw-r--r--net-misc/lldpd/lldpd-1.0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/lldpd/lldpd-1.0.4.ebuild b/net-misc/lldpd/lldpd-1.0.4.ebuild
index 92e05bbf1444..1619bcba5066 100644
--- a/net-misc/lldpd/lldpd-1.0.4.ebuild
+++ b/net-misc/lldpd/lldpd-1.0.4.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=7
-inherit eutils user systemd bash-completion-r1 autotools
+inherit eutils user systemd bash-completion-r1 autotools tmpfiles
DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
HOMEPAGE="https://vincentbernat.github.com/lldpd/"
@@ -101,5 +101,5 @@ src_install() {
keepdir /etc/${PN}.d
systemd_dounit "${FILESDIR}"/${PN}.service
- systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
+ newtmpfiles "${FILESDIR}"/tmpfilesd ${PN}.conf
}