aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshguard.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-08 12:19:08 -0700
committerAdam Vandenberg2012-09-09 13:02:48 -0700
commit7334e4b99027f932b73e8234f1a3585b468f0b60 (patch)
tree248b1250df526e442eb50ecc9fb57aecc07e1954 /Library/Formula/sshguard.rb
parentac59720b272ea5d69a56af218f828f2c2eef4781 (diff)
downloadhomebrew-7334e4b99027f932b73e8234f1a3585b468f0b60.tar.bz2
Let plists be installed automatically
Diffstat (limited to 'Library/Formula/sshguard.rb')
-rw-r--r--Library/Formula/sshguard.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/sshguard.rb b/Library/Formula/sshguard.rb
index 4e2f3d8e3..9c22848bc 100644
--- a/Library/Formula/sshguard.rb
+++ b/Library/Formula/sshguard.rb
@@ -1,8 +1,8 @@
require 'formula'
class Sshguard < Formula
- url 'http://downloads.sourceforge.net/project/sshguard/sshguard/sshguard-1.5/sshguard-1.5.tar.bz2'
homepage 'http://www.sshguard.net/'
+ url 'http://downloads.sourceforge.net/project/sshguard/sshguard/sshguard-1.5/sshguard-1.5.tar.bz2'
sha1 'f8f713bfb3f5c9877b34f6821426a22a7eec8df3'
def patches
@@ -17,9 +17,6 @@ class Sshguard < Formula
"--prefix=#{prefix}",
"--with-firewall=ipfw"
system "make install"
-
- plist_path.write startup_plist
- plist_path.chmod 0644
end
def caveats; <<-EOS