summaryrefslogtreecommitdiff
path: root/dev-db/redis/redis-6.0.12.ebuild
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2021-03-07 12:56:17 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-07 12:56:17 +0100
commitcb43129ce2d1655a87acf9a9bc53bc70e9dae346 (patch)
tree77c13a6e889a4bdd88af82511b854bdda21756c0 /dev-db/redis/redis-6.0.12.ebuild
parent67071be387ad62b948ac5f48d883ca3f7b0239c6 (diff)
downloadgentoo-cb43129ce2d1655a87acf9a9bc53bc70e9dae346.tar.gz
gentoo-cb43129ce2d1655a87acf9a9bc53bc70e9dae346.tar.bz2
gentoo-cb43129ce2d1655a87acf9a9bc53bc70e9dae346.zip
dev-db/redis: 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 'dev-db/redis/redis-6.0.12.ebuild')
-rw-r--r--dev-db/redis/redis-6.0.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/redis/redis-6.0.12.ebuild b/dev-db/redis/redis-6.0.12.ebuild
index b98bd17a8ddf..0ca9d730817c 100644
--- a/dev-db/redis/redis-6.0.12.ebuild
+++ b/dev-db/redis/redis-6.0.12.ebuild
@@ -11,7 +11,7 @@ EAPI=7
# because lua_open became lua_newstate in 5.2
LUA_COMPAT=( lua5-1 luajit )
-inherit autotools flag-o-matic lua-single systemd toolchain-funcs
+inherit autotools flag-o-matic lua-single systemd toolchain-funcs tmpfiles
DESCRIPTION="A persistent caching system, key-value and data structures database"
HOMEPAGE="https://redis.io"
@@ -154,7 +154,7 @@ src_install() {
newinitd "${FILESDIR}/redis.initd-6" redis
systemd_newunit "${FILESDIR}/redis.service-4" redis.service
- systemd_newtmpfilesd "${FILESDIR}/redis.tmpfiles-2" redis.conf
+ newtmpfiles "${FILESDIR}/redis.tmpfiles-2" redis.conf
newconfd "${FILESDIR}/redis-sentinel.confd-r1" redis-sentinel
newinitd "${FILESDIR}/redis-sentinel.initd-r1" redis-sentinel