diff options
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 6fe7616457b1..38e318584561 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 |