aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gearman.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gearman.rb')
-rw-r--r--Library/Formula/gearman.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/gearman.rb b/Library/Formula/gearman.rb
index 422a4d8c8..9ac10face 100644
--- a/Library/Formula/gearman.rb
+++ b/Library/Formula/gearman.rb
@@ -13,9 +13,6 @@ class Gearman < Formula
def install
system "./configure", "--prefix=#{prefix}", "--without-mysql"
system "make install"
-
- plist_path.write startup_plist
- plist_path.chmod 0644
end
def caveats; <<-EOS.undent