summaryrefslogtreecommitdiffstats
path: root/0001-redis-3.2-redis-conf.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-redis-3.2-redis-conf.patch')
-rw-r--r--0001-redis-3.2-redis-conf.patch4
1 files changed, 2 insertions, 2 deletions
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.