diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-03-31 09:08:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-31 09:08:52 +0700 |
commit | 68f90841b5cef71c32027576c5581fe942da1a24 (patch) | |
tree | 0b7c52a1a8e7a803675521da2da234b077581f1e /system/redis/doinst.sh | |
parent | 5a23c1b55b085329f027b7942e4552a13b50098b (diff) | |
download | slackbuilds-68f90841b5cef71c32027576c5581fe942da1a24.tar.gz |
system/redis: Updated for version 2.8.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/redis/doinst.sh')
-rw-r--r-- | system/redis/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/redis/doinst.sh b/system/redis/doinst.sh index 723cedbc2c..27ee4d0acc 100644 --- a/system/redis/doinst.sh +++ b/system/redis/doinst.sh @@ -22,6 +22,6 @@ preserve_perms() { config $NEW } -config etc/redis.conf.new +config etc/redis/redis.conf.new config etc/logrotate.d/redis.new preserve_perms etc/rc.d/rc.redis.new |