archrelease: copy trunk to community-any
[ArchLinux/community.git] / redis / trunk / redis.conf-sane-defaults.patch
blob5f760984c809f9af498ae01c89f054ffd0139baa
1 diff --git a/redis.conf b/redis.conf
2 index 465d56fc0..9c1bd1ed1 100644
3 --- a/redis.conf
4 +++ b/redis.conf
5 @@ -441,7 +441,7 @@ rdb-del-sync-files no
6 # The Append Only File will also be created inside this directory.
8 # Note that you must specify a directory here, not a file name.
9 -dir ./
10 +dir /var/lib/redis/
12 ################################# REPLICATION #################################