summaryrefslogtreecommitdiffstats
path: root/system/redis/redis.SlackBuild
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2013-12-31 13:25:37 -0600
committer Erik Hanson <erik@slackbuilds.org>2013-12-31 13:25:37 -0600
commitcb10c1ac55dd16edb9b052d6b80abd1012568000 (patch)
treec61d42f777e95e8b411df23005e55f5aef990197 /system/redis/redis.SlackBuild
parentd09f0fa6d72a5838cac2b73ac870efa7621c35de (diff)
downloadslackbuilds-cb10c1ac55dd16edb9b052d6b80abd1012568000.tar.gz
slackbuilds-cb10c1ac55dd16edb9b052d6b80abd1012568000.tar.xz
system/redis: Updated for version 2.8.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/redis/redis.SlackBuild')
-rw-r--r--system/redis/redis.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild
index 6fe7616457..38e3185845 100644
--- a/system/redis/redis.SlackBuild
+++ b/system/redis/redis.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=redis
-VERSION=${VERSION:-2.6.14}
+VERSION=${VERSION:-2.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -96,7 +96,7 @@ install -D -m 0644 redis.conf $PKG/etc/redis.conf.new
sed -i \
-e 's|^daemonize no|daemonize yes|' \
-e 's|^dir \.|dir /var/lib/redis|' \
- -e 's|^logfile stdout|logfile /var/log/redis.log|' \
+ -e 's|^logfile ""|logfile /var/log/redis.log|' \
-e 's|^# bind 127.0.0.1|bind 127.0.0.1|' \
$PKG/etc/redis.conf.new