aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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.