summaryrefslogtreecommitdiffstats
path: root/0001-redis-3.2-redis-conf.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-29 13:15:49 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-29 13:15:49 +0200
commita7a4a53650488d0ad8d17e84f3a1d7a2b68fe1a0 (patch)
tree8f6aaa0e3ef07c52df2646bb8af53b91dccb93df /0001-redis-3.2-redis-conf.patch
parent9bac25615be3f771c75aeedf297c7554ded70da2 (diff)
redis: 3.2.2
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.