aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/n2n.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/n2n.rb')
-rw-r--r--Library/Formula/n2n.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/n2n.rb b/Library/Formula/n2n.rb
index d029d2cfe..4c9cd9b81 100644
--- a/Library/Formula/n2n.rb
+++ b/Library/Formula/n2n.rb
@@ -11,13 +11,7 @@ class N2n < Formula
end
def caveats; <<-EOF.undent
- To link correctly you need to have access to the /usr/local/sbin
- and link n2n
-
- $ chown `whoami`:staff /usr/local/sbin
- $ brew link n2n
-
- n2n also requires the tun/tap devices. To get these on OS X:
+ n2n requires the tun/tap devices. To get these on OS X:
http://tuntaposx.sourceforge.net/download.xhtml
EOF
end