diff options
| author | Adam Vandenberg | 2011-06-16 20:31:14 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-16 20:32:00 -0700 | 
| commit | 9c1058d046bc23eeba9a669f69595294dbca3427 (patch) | |
| tree | 875cd773c2fdb9e97b9c27c150b2a51a97894d39 /Library/Formula/ptunnel.rb | |
| parent | 4c00eb6dcde091a217294176f1e2f04275d505ed (diff) | |
| download | homebrew-9c1058d046bc23eeba9a669f69595294dbca3427.tar.bz2 | |
remove redundant versions
Diffstat (limited to 'Library/Formula/ptunnel.rb')
| -rw-r--r-- | Library/Formula/ptunnel.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ptunnel.rb b/Library/Formula/ptunnel.rb index 7834bf0c3..3dcfa2803 100644 --- a/Library/Formula/ptunnel.rb +++ b/Library/Formula/ptunnel.rb @@ -2,7 +2,6 @@ require 'formula'  class Ptunnel < Formula    url 'http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-0.71.tar.gz' -  version '0.71'    homepage 'http://www.cs.uit.no/~daniels/PingTunnel/'    md5 '9b04771d4fa50abc15a6af690b81c71a' @@ -12,8 +11,7 @@ class Ptunnel < Formula      man8.install "ptunnel.8"    end -  def caveats -    <<-EOS +  def caveats; <<-EOS.undent      Normally, ptunnel uses raw sockets and must be run as root (using sudo, for example).      Alternatively, you can try using the -u flag to start ptunnel in 'unprivileged' mode,  | 
