From 70b82ae359a5538711e103b0e8dfb92654296644 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Oct 2018 12:48:57 +0100 Subject: gentoo resync : 27.10.2018 --- dev-db/redis/files/redis-sentinel-5.0-config.patch | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'dev-db/redis/files/redis-sentinel-5.0-config.patch') diff --git a/dev-db/redis/files/redis-sentinel-5.0-config.patch b/dev-db/redis/files/redis-sentinel-5.0-config.patch index 53299f11840f..099b4eef818c 100644 --- a/dev-db/redis/files/redis-sentinel-5.0-config.patch +++ b/dev-db/redis/files/redis-sentinel-5.0-config.patch @@ -1,10 +1,19 @@ diff --git a/sentinel.conf b/sentinel.conf -index 3703c73..964ffa3 100644 +index bc9a705..05e58d3 100644 --- a/sentinel.conf +++ b/sentinel.conf -@@ -222,3 +222,5 @@ sentinel deny-scripts-reconfig yes - # case, so writing "config guessme" is the same in the example above. - # - # SENTINEL SET can also be used in order to perform this configuration at runtime. -+ +@@ -28,12 +28,12 @@ daemonize no + # When running daemonized, Redis Sentinel writes a pid file in + # /var/run/redis-sentinel.pid by default. You can specify a custom pid file + # location here. +-pidfile /var/run/redis-sentinel.pid ++pidfile /run/redis-sentinel.pid + + # Specify the log file name. Also the empty string can be used to force + # Sentinel to log on the standard output. Note that if you use standard + # output for logging but daemonize, logs will be sent to /dev/null +-logfile "" +logfile "/var/log/redis/sentinel.log" + + # sentinel announce-ip + # sentinel announce-port -- cgit v1.2.3