From 8f4e968d986f3d551178ca19d78a42c579afceb0 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Fri, 8 Dec 2017 09:26:50 +0100 Subject: dev-db/redis: version bump to 4.0.6. Closes: https://bugs.gentoo.org/574856 Closes: https://bugs.gentoo.org/599974 Closes: https://bugs.gentoo.org/639924 Closes: https://github.com/gentoo/gentoo/pull/6480 Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- dev-db/redis/files/redis-sentinel-4.0.6-config.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev-db/redis/files/redis-sentinel-4.0.6-config.patch (limited to 'dev-db/redis/files/redis-sentinel-4.0.6-config.patch') diff --git a/dev-db/redis/files/redis-sentinel-4.0.6-config.patch b/dev-db/redis/files/redis-sentinel-4.0.6-config.patch new file mode 100644 index 000000000000..f2a75814951c --- /dev/null +++ b/dev-db/redis/files/redis-sentinel-4.0.6-config.patch @@ -0,0 +1,9 @@ +diff --git a/sentinel.conf b/sentinel.conf +index 0e1b266..869a4b9 100644 +--- a/sentinel.conf ++++ b/sentinel.conf +@@ -194,3 +194,4 @@ sentinel failover-timeout mymaster 180000 + # + # sentinel client-reconfig-script mymaster /var/redis/reconfig.sh + ++logfile "/var/log/redis/sentinel.log" -- cgit v1.2.3