summaryrefslogtreecommitdiffstats
path: root/redis-2.8.4-conf.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-06 17:31:59 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-06 17:31:59 +0200
commit327e877ee70c2f8a310e481ee60e2f5ed99eb172 (patch)
treede793aa749a751746d41ce542d71a3beab63a390 /redis-2.8.4-conf.patch
parent122aa644105635bf2760d33e4ea5a9ce9ebddb5a (diff)
redis: 2.8.10
Diffstat (limited to 'redis-2.8.4-conf.patch')
-rw-r--r--redis-2.8.4-conf.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/redis-2.8.4-conf.patch b/redis-2.8.4-conf.patch
deleted file mode 100644
index c610969..0000000
--- a/redis-2.8.4-conf.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -up redis-2.8.4/redis.conf.rpmconf redis-2.8.4/redis.conf
---- redis-2.8.4/redis.conf.rpmconf 2014-01-13 17:09:58.000000000 +0100
-+++ redis-2.8.4/redis.conf 2014-01-16 07:58:47.979995707 +0100
-@@ -53,6 +53,7 @@ port 6379
- #
- # bind 192.168.1.100 10.0.0.1
- # bind 127.0.0.1
-+bind 127.0.0.1
-
- # Specify the path for the Unix socket that will be used to listen for
- # incoming connections. There is no default, so Redis will not listen
-@@ -91,7 +92,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
--logfile ""
-+logfile /var/log/redis/redis.log
-
- # To enable logging to the system logger, just set 'syslog-enabled' to yes,
- # and optionally update the other syslog parameters to suit your needs.
-@@ -175,7 +176,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.
--dir ./
-+dir /var/lib/redis/
-
- ################################# REPLICATION #################################
-
-diff -up redis-2.8.4/sentinel.conf.rpmconf redis-2.8.4/sentinel.conf
---- redis-2.8.4/sentinel.conf.rpmconf 2014-01-16 07:58:47.979995707 +0100
-+++ redis-2.8.4/sentinel.conf 2014-01-16 07:59:27.792112057 +0100
-@@ -4,6 +4,11 @@
- # The port that this sentinel instance will run on
- port 26379
-
-+# 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
-+logfile /var/log/redis/sentinel.log
-+
- # sentinel monitor <master-name> <ip> <redis-port> <quorum>
- #
- # Tells Sentinel to monitor this master, and to consider it in O_DOWN