From fe32a70d0b8ef4a0c6a5a2c34d29b5df28ffc2dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jan 2014 08:05:32 +0100 Subject: redis: 2.8.4 --- redis-2.8.3-conf.patch | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 redis-2.8.3-conf.patch (limited to 'redis-2.8.3-conf.patch') diff --git a/redis-2.8.3-conf.patch b/redis-2.8.3-conf.patch deleted file mode 100644 index 610e669..0000000 --- a/redis-2.8.3-conf.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -up redis-2.8.3/redis.conf.rpmconf redis-2.8.3/redis.conf ---- redis-2.8.3/redis.conf.rpmconf 2013-12-11 15:31:57.000000000 +0100 -+++ redis-2.8.3/redis.conf 2014-01-06 14:06:11.630724369 +0100 -@@ -33,6 +33,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 -@@ -71,7 +72,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. -@@ -155,7 +156,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.3/sentinel.conf.rpmconf redis-2.8.3/sentinel.conf ---- redis-2.8.3/sentinel.conf.rpmconf 2014-01-06 14:06:20.401749268 +0100 -+++ redis-2.8.3/sentinel.conf 2014-01-06 14:06:27.617769753 +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 - # - # Tells Sentinel to monitor this slave, and to consider it in O_DOWN -- cgit