openbsd-ports/databases/redis/patches/patch-sentinel_conf
kn 0119ab44a7 Update to redis-4.0.11
OK sthen (no response from maintainer)
2018-09-02 11:08:51 +00:00

23 lines
597 B
Plaintext

$OpenBSD: patch-sentinel_conf,v 1.6 2018/09/02 11:08:51 kn Exp $
Index: sentinel.conf
--- sentinel.conf.orig
+++ sentinel.conf
@@ -167,7 +167,7 @@ sentinel failover-timeout mymaster 180000
#
# Example:
#
-# sentinel notification-script mymaster /var/redis/notify.sh
+# sentinel notification-script mymaster ${DBDIR}/notify.sh
# CLIENTS RECONFIGURATION SCRIPT
#
@@ -192,7 +192,7 @@ sentinel failover-timeout mymaster 180000
#
# Example:
#
-# sentinel client-reconfig-script mymaster /var/redis/reconfig.sh
+# sentinel client-reconfig-script mymaster ${DBDIR}/reconfig.sh
# SECURITY
#