diff options
| author | Adam Vandenberg | 2012-03-21 21:22:14 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-21 21:22:14 -0700 |
| commit | 4e16a0d007b6c0b4c755acc40fcc1f5a8ab0a184 (patch) | |
| tree | ab6b264885e4c649c4751079b3a255831ef0ae0d /Library | |
| parent | 7a3e11197366e05e45d1030a4489c2417ed30bd2 (diff) | |
| download | homebrew-4e16a0d007b6c0b4c755acc40fcc1f5a8ab0a184.tar.bz2 | |
sntop: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sntop.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/sntop.rb b/Library/Formula/sntop.rb index 46122e290..2551e3673 100644 --- a/Library/Formula/sntop.rb +++ b/Library/Formula/sntop.rb @@ -1,10 +1,10 @@ require 'formula' class Sntop < Formula - url 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/sntop-1.4.3.tar.gz' homepage 'http://sntop.sourceforge.net/' + url 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/sntop-1.4.3.tar.gz' md5 '0e99c64ea5a1bad6c1a32ac0dc2e9dd9' - version 'v1.4.3' + depends_on 'fping' def install @@ -16,13 +16,11 @@ class Sntop < Formula system "make install" end - def caveats - <<-EOS.undent + def caveats; <<-EOS.undent sntop uses fping by default. fping can only be run by root by default so either use sudo to run sntop or setuid root fping. Alternatively, run sntop using standard ping (sntop -p). - EOS end end |
