summaryrefslogtreecommitdiffstats
path: root/redis-pr3494.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redis-pr3494.patch')
-rw-r--r--redis-pr3494.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/redis-pr3494.patch b/redis-pr3494.patch
deleted file mode 100644
index e45ccb9..0000000
--- a/redis-pr3494.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From a34f7b1ac2cfb2879cc0889da0297aee96bcb076 Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-Date: Fri, 9 Sep 2016 17:23:27 +0200
-Subject: [PATCH] install redis-check-rdb as a symlink instead of duplicating
- the binary
-
----
- src/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 6bd8d8d..4cc422e 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -269,6 +269,6 @@ install: all
- $(REDIS_INSTALL) $(REDIS_SERVER_NAME) $(INSTALL_BIN)
- $(REDIS_INSTALL) $(REDIS_BENCHMARK_NAME) $(INSTALL_BIN)
- $(REDIS_INSTALL) $(REDIS_CLI_NAME) $(INSTALL_BIN)
-- $(REDIS_INSTALL) $(REDIS_CHECK_RDB_NAME) $(INSTALL_BIN)
- $(REDIS_INSTALL) $(REDIS_CHECK_AOF_NAME) $(INSTALL_BIN)
- @ln -sf $(REDIS_SERVER_NAME) $(INSTALL_BIN)/$(REDIS_SENTINEL_NAME)
-+ @ln -sf $(REDIS_SERVER_NAME) $(INSTALL_BIN)/$(REDIS_CHECK_RDB_NAME)