aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rabbitmq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/rabbitmq.rb')
-rw-r--r--Library/Formula/rabbitmq.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb
index 592245d6d..54c34a6f8 100644
--- a/Library/Formula/rabbitmq.rb
+++ b/Library/Formula/rabbitmq.rb
@@ -29,10 +29,6 @@ class Rabbitmq < Formula
# Enable the management web UI
enabled_plugins_path = etc+'rabbitmq/enabled_plugins'
enabled_plugins_path.write enabled_plugins unless enabled_plugins_path.exist?
-
- # Create the plist file
- plist_path.write startup_plist
- plist_path.chmod 0644
end
def caveats