aboutsummaryrefslogtreecommitdiffstats
path: root/testing/redis/redis.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-06-04 12:49:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-06-04 12:52:59 +0000
commit728a7325eb258309ecc3213e5b7ec873cbe2e937 (patch)
tree7f1ebf2e7f90fbcd7de45b4736cc49579f0ae321 /testing/redis/redis.confd
parenta121333ef7dfcfe2a27fc85d787e26aae1c63df6 (diff)
downloadaports-728a7325eb258309ecc3213e5b7ec873cbe2e937.tar.bz2
aports-728a7325eb258309ecc3213e5b7ec873cbe2e937.tar.xz
testing/redis: various fixes
- avoid building linenoise at install time - set loglevel to 'notice' by default - set default log and pidfiles in redis subdir with permissions - create redis user at pre-install - fix init.d script to read pid, log and dir from redis.conf - remove unnneded vars from conf.d
Diffstat (limited to 'testing/redis/redis.confd')
-rw-r--r--testing/redis/redis.confd11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/redis/redis.confd b/testing/redis/redis.confd
index 3ee35cbb9c..a79f61ccdb 100644
--- a/testing/redis/redis.confd
+++ b/testing/redis/redis.confd
@@ -7,14 +7,3 @@ 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.pid"
-
-# Redis options.
-# (Redis expects the first argument to be the configuration file.)
-REDIS_OPTS="${REDIS_CONF}"