diff options
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 |
commit | cb10c1ac55dd16edb9b052d6b80abd1012568000 (patch) | |
tree | c61d42f777e95e8b411df23005e55f5aef990197 /system/redis/redis.SlackBuild | |
parent | d09f0fa6d72a5838cac2b73ac870efa7621c35de (diff) | |
download | slackbuilds-cb10c1ac55dd16edb9b052d6b80abd1012568000.tar.gz |
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.SlackBuild | 4 |
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 |