aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pure-ftpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pure-ftpd.rb')
-rw-r--r--Library/Formula/pure-ftpd.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/pure-ftpd.rb b/Library/Formula/pure-ftpd.rb
index 9b8966a1b..d39abbe47 100644
--- a/Library/Formula/pure-ftpd.rb
+++ b/Library/Formula/pure-ftpd.rb
@@ -1,8 +1,8 @@
require 'formula'
class PureFtpd < Formula
- url 'http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.35.tar.gz'
homepage 'http://www.pureftpd.org/'
+ url 'http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.35.tar.gz'
sha1 'fed26bb1f36d71819a08873d94bbda52522ff96a'
def install
@@ -29,8 +29,6 @@ class PureFtpd < Formula
system "./configure", *args
system "make install"
- plist_path.write startup_plist
- plist_path.chmod 0644
end
def caveats; <<-EOS.undent