aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/freeswitch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/freeswitch.rb')
-rw-r--r--Library/Formula/freeswitch.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/freeswitch.rb b/Library/Formula/freeswitch.rb
index b4d81154c..98dc66599 100644
--- a/Library/Formula/freeswitch.rb
+++ b/Library/Formula/freeswitch.rb
@@ -25,9 +25,6 @@ class Freeswitch < Formula
system "make"
system "make install"
system "make all cd-sounds-install cd-moh-install"
-
- plist_path.write startup_plist
- plist_path.chmod 0644
end
def startup_plist; <<-EOS.undent