summaryrefslogtreecommitdiff
path: root/sys-apps/unscd/unscd-0.54-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/unscd/unscd-0.54-r1.ebuild')
-rw-r--r--sys-apps/unscd/unscd-0.54-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/unscd/unscd-0.54-r1.ebuild b/sys-apps/unscd/unscd-0.54-r1.ebuild
index 93f6096726f3..f8010311180b 100644
--- a/sys-apps/unscd/unscd-0.54-r1.ebuild
+++ b/sys-apps/unscd/unscd-0.54-r1.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 systemd toolchain-funcs
+inherit systemd toolchain-funcs tmpfiles
DESCRIPTION="simple & stable nscd replacement"
HOMEPAGE="https://busybox.net/~vda/unscd/README"
@@ -30,7 +30,7 @@ src_compile() {
src_install() {
newinitd "${FILESDIR}"/unscd.initd-r1 unscd
- systemd_newtmpfilesd "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf
+ newtmpfiles "${FILESDIR}"/unscd-tmpfiles.conf unscd.conf
systemd_dounit "${FILESDIR}"/unscd.service
dosbin unscd
}