diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:57:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:57:34 +0100 |
commit | 763cac60b6f88f5801e67755c3dd8ecced8cfcce (patch) | |
tree | 3a1f863253f7aa18d3709dd3d4e520623746e8b3 /sys-apps | |
parent | net-nds/openldap: migrate to tmpfiles.eclass (diff) | |
download | gentoo-763cac60b6f88f5801e67755c3dd8ecced8cfcce.tar.gz gentoo-763cac60b6f88f5801e67755c3dd8ecced8cfcce.tar.bz2 gentoo-763cac60b6f88f5801e67755c3dd8ecced8cfcce.zip |
sys-apps/unscd: migrate to tmpfiles.eclass
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 'sys-apps')
-rw-r--r-- | sys-apps/unscd/unscd-0.54-r1.ebuild | 6 |
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 } |