diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-06-07 13:50:48 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 22:10:02 +0700 |
commit | 0078e5d80caf30c72b7a4034bb1f58f5b3120bf9 (patch) | |
tree | fc252ff7be9b0a74df7f37834eccd71c5e67a9c8 /system/redis/doinst.sh | |
parent | 08a21299fd2962ba9b8e4e920c2f98fb4e4f7b57 (diff) | |
download | slackbuilds-0078e5d80caf30c72b7a4034bb1f58f5b3120bf9.tar.gz |
system/redis: Updated for version 3.0.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/redis/doinst.sh')
-rw-r--r-- | system/redis/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/redis/doinst.sh b/system/redis/doinst.sh index 27ee4d0acc..9e57d26a6f 100644 --- a/system/redis/doinst.sh +++ b/system/redis/doinst.sh @@ -23,5 +23,6 @@ preserve_perms() { } config etc/redis/redis.conf.new +config etc/redis/sentinel.conf.new config etc/logrotate.d/redis.new preserve_perms etc/rc.d/rc.redis.new |