summaryrefslogtreecommitdiff
path: root/dev-db/redis/redis-6.2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/redis/redis-6.2.1.ebuild')
-rw-r--r--dev-db/redis/redis-6.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/redis/redis-6.2.1.ebuild b/dev-db/redis/redis-6.2.1.ebuild
index 666ef8d84094..5eef07c1367b 100644
--- a/dev-db/redis/redis-6.2.1.ebuild
+++ b/dev-db/redis/redis-6.2.1.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