summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:57:43 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:57:43 +0100
commitf4dbf5287feac2be5281ce76dcaf58106c6b5d5e (patch)
tree8478b414d4aa311946311c2a8954a3d0d964c82a /sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild
parentsys-cluster/slurm: migrate to tmpfiles.eclass (diff)
downloadgentoo-f4dbf5287feac2be5281ce76dcaf58106c6b5d5e.tar.gz
gentoo-f4dbf5287feac2be5281ce76dcaf58106c6b5d5e.tar.bz2
gentoo-f4dbf5287feac2be5281ce76dcaf58106c6b5d5e.zip
sys-fs/cachefilesd: 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-fs/cachefilesd/cachefilesd-0.10.9.ebuild')
-rw-r--r--sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild
index 2e389839aefe..27984303d163 100644
--- a/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild
+++ b/sys-fs/cachefilesd/cachefilesd-0.10.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit flag-o-matic systemd toolchain-funcs
+inherit flag-o-matic systemd toolchain-funcs tmpfiles
DESCRIPTION="Provides a caching directory on an already mounted filesystem"
HOMEPAGE="https://people.redhat.com/~dhowells/fscache/"
@@ -42,7 +42,7 @@ src_install() {
newinitd "${FILESDIR}"/${PN}-3.init ${PN}
systemd_dounit ${PN}.service
- systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf
+ newtmpfiles "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf
}
pkg_postinst() {