diff options
Diffstat (limited to 'Library/Formula/memcached.rb')
| -rw-r--r-- | Library/Formula/memcached.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb index 1ab2efc2f..10062b7f5 100644 --- a/Library/Formula/memcached.rb +++ b/Library/Formula/memcached.rb @@ -17,9 +17,6 @@ class Memcached < Formula      system "./configure", *args      system "make install" - -    plist_path.write startup_plist -    plist_path.chmod 0644    end    def caveats; <<-EOS.undent | 
