aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ptunnel.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-16 20:31:14 -0700
committerAdam Vandenberg2011-06-16 20:32:00 -0700
commit9c1058d046bc23eeba9a669f69595294dbca3427 (patch)
tree875cd773c2fdb9e97b9c27c150b2a51a97894d39 /Library/Formula/ptunnel.rb
parent4c00eb6dcde091a217294176f1e2f04275d505ed (diff)
downloadhomebrew-9c1058d046bc23eeba9a669f69595294dbca3427.tar.bz2
remove redundant versions
Diffstat (limited to 'Library/Formula/ptunnel.rb')
-rw-r--r--Library/Formula/ptunnel.rb4
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,