diff options
| author | Adam Vandenberg | 2011-04-25 09:27:37 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-25 09:27:37 -0700 |
| commit | 2ae7486cb4c6989db1d51e25145523ba02a283e1 (patch) | |
| tree | 8c2a5e01089a178945bf67995a387e0bfbb419d3 | |
| parent | b72c1f4361967cdec15769d7b3f810a53e2b9d46 (diff) | |
| download | homebrew-2ae7486cb4c6989db1d51e25145523ba02a283e1.tar.bz2 | |
redis: don't need to chmod this if var is already OK
| -rw-r--r-- | Library/Formula/redis.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index aff7592cb..cf388f2c0 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -22,9 +22,6 @@ class Redis < Formula %w( run db/redis log ).each { |p| (var+p).mkpath } - # Set correct directory permissions for database files - chmod 0755, "#{var}/db/redis" - # Fix up default conf file to match our paths inreplace "redis.conf" do |s| s.gsub! "/var/run/redis.pid", "#{var}/run/redis.pid" |
