commit:     1c93d7f4a0eed5a63a55202885ff1e793f653f1f
Author:     Anna (navi) Figueiredo Gomes <navi <AT> vlhl <DOT> dev>
AuthorDate: Mon May 20 21:16:20 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue May 21 21:22:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c93d7f4

dev-db/redict: Add provide "redis" to openrc init script

Closes: https://bugs.gentoo.org/932244
Signed-off-by: Anna (navi) Figueiredo Gomes <navi <AT> vlhl.dev>
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-db/redict/files/redict-sentinel.initd | 1 +
 dev-db/redict/files/redict.initd          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-db/redict/files/redict-sentinel.initd 
b/dev-db/redict/files/redict-sentinel.initd
index 1d95772efdbd..e3417a33ee57 100644
--- a/dev-db/redict/files/redict-sentinel.initd
+++ b/dev-db/redict/files/redict-sentinel.initd
@@ -11,6 +11,7 @@
 depend() {
        use localmount logger
        after keepalived redict
+       provide redis-sentinel
 }
 
 command="/usr/bin/redict-sentinel"

diff --git a/dev-db/redict/files/redict.initd b/dev-db/redict/files/redict.initd
index e940723a400f..6d1916b3e83d 100644
--- a/dev-db/redict/files/redict.initd
+++ b/dev-db/redict/files/redict.initd
@@ -22,4 +22,5 @@ start_stop_daemon_args="--chdir \"${REDICT_DIR}\""
 depend() {
        use localmount logger
        after keepalived
+       provide redis
 }

Reply via email to