summaryrefslogtreecommitdiff
path: root/dev-db/redis/files/redis.confd
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-08-14 20:09:02 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2018-08-14 20:09:45 -0700
commit248dbab6baed691d61011be1a4115b25e2f05e4f (patch)
treefc1440758d14b2823f0b575474fa8cfae978fd2f /dev-db/redis/files/redis.confd
parent35b195eba46097fa186c8db11eb0ff7f5cc832ca (diff)
downloadgentoo-248dbab6baed691d61011be1a4115b25e2f05e4f.tar.gz
gentoo-248dbab6baed691d61011be1a4115b25e2f05e4f.tar.bz2
gentoo-248dbab6baed691d61011be1a4115b25e2f05e4f.zip
dev-db/redis: cleanup old ebuilds
Bug: https://bugs.gentoo.org/631002 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-db/redis/files/redis.confd')
-rw-r--r--dev-db/redis/files/redis.confd20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-db/redis/files/redis.confd b/dev-db/redis/files/redis.confd
deleted file mode 100644
index 07585fa7a116..000000000000
--- a/dev-db/redis/files/redis.confd
+++ /dev/null
@@ -1,20 +0,0 @@
-# Redis user.
-REDIS_USER="redis"
-
-# Redis group.
-REDIS_GROUP="redis"
-
-# Redis configuration file.
-REDIS_CONF="/etc/redis.conf"
-
-# Redis dump directory.
-REDIS_DIR="/var/lib/redis"
-
-# Redis pid file.
-# (Be sure to change the main redis configuration file as well if you change
-# this from the default.)
-REDIS_PID="/var/run/redis/redis.pid"
-
-# Redis options.
-# (Redis expects the first argument to be the configuration file.)
-REDIS_OPTS="${REDIS_CONF}"