summaryrefslogtreecommitdiffstats
path: root/0001-redis-3.2-redis-conf.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-21 11:56:13 +0100
committerRemi Collet <remi@remirepo.net>2017-11-21 11:56:13 +0100
commit6a47dde9bed3a499b6be9d841047c24a5cb4aedd (patch)
tree03a8c2b874ed5f0b86ec87bcdac0bef6808cdfe6 /0001-redis-3.2-redis-conf.patch
parentc4b4e590805606cbcc79cf6260b7cf37396ba591 (diff)
add doc and devel subpackages, synced from Fedora
keep man pages in main package minor fix for EL-6 and tests
Diffstat (limited to '0001-redis-3.2-redis-conf.patch')
-rw-r--r--0001-redis-3.2-redis-conf.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/0001-redis-3.2-redis-conf.patch b/0001-redis-3.2-redis-conf.patch
deleted file mode 100644
index f8d8791..0000000
--- a/0001-redis-3.2-redis-conf.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-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
-@@ -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
--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.
-@@ -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.
--dir ./
-+dir /var/lib/redis/
-
- ################################# REPLICATION #################################
-
-diff -up ./sentinel.conf.rpmconf ./sentinel.conf
---- ./sentinel.conf.rpmconf 2015-12-23 13:35:32.000000000 +0100
-+++ ./sentinel.conf 2016-01-15 16:32:22.491355290 +0100
-@@ -20,6 +20,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 announce-ip <ip>
- # sentinel announce-port <port>
- #