From a7a4a53650488d0ad8d17e84f3a1d7a2b68fe1a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Jul 2016 13:15:49 +0200 Subject: redis: 3.2.2 --- 0001-redis-3.2-redis-conf.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0001-redis-3.2-redis-conf.patch') diff --git a/0001-redis-3.2-redis-conf.patch b/0001-redis-3.2-redis-conf.patch index 2803349..5eb9a58 100644 --- a/0001-redis-3.2-redis-conf.patch +++ b/0001-redis-3.2-redis-conf.patch @@ -1,7 +1,7 @@ diff -up ./redis.conf.rpmconf ./redis.conf --- ./redis.conf.rpmconf 2015-12-23 13:35:32.000000000 +0100 +++ ./redis.conf 2016-01-15 16:32:22.491355290 +0100 -@@ -140,7 +140,7 @@ loglevel notice +@@ -160,7 +160,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null @@ -10,7 +10,7 @@ diff -up ./redis.conf.rpmconf ./redis.conf # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs. -@@ -224,7 +224,7 @@ dbfilename dump.rdb +@@ -244,7 +244,7 @@ dbfilename dump.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -- cgit