aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJohan Carlquist2013-07-18 09:50:33 +0200
committerAdam Vandenberg2013-07-19 08:04:49 -0700
commit4bfcddc1d630579b388a442f7caa02006bc3584c (patch)
treecddfb6b139dc43f0bae27f6a8bf80315d35cc548 /Library/Formula
parent2a614726f551b77f699ba38c49f6aedd858d67a1 (diff)
downloadhomebrew-4bfcddc1d630579b388a442f7caa02006bc3584c.tar.bz2
tcptraceroute: fixed caveats
Tcptraceroute lives in bin not sbin. Closes #21301. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tcptraceroute.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tcptraceroute.rb b/Library/Formula/tcptraceroute.rb
index 8d098d033..b5e8f94bf 100644
--- a/Library/Formula/tcptraceroute.rb
+++ b/Library/Formula/tcptraceroute.rb
@@ -20,8 +20,8 @@ class Tcptraceroute < Formula
tcptraceroute requires superuser privileges. You can either run the program
via `sudo`, or change its ownership to root and set the setuid bit:
- sudo chown root:wheel #{sbin}/tcptraceroute
- sudo chmod u+s #{sbin}/tcptraceroute
+ sudo chown root:wheel #{bin}/tcptraceroute
+ sudo chmod u+s #{bin}/tcptraceroute
In any case, you should be certain that you trust the software you
are executing with elevated privileges.