aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-02-19 09:28:28 +0000
committerMike McQuaid2015-02-19 09:28:28 +0000
commit299f8a27d17ce93c2c7dd8bb5719cd6a3152305e (patch)
treea6b813934fdfc3248f78480861a0deded3446fbf /Library
parent124b80bd0548d4e1731d09474c2b08053b92e7e8 (diff)
downloadhomebrew-299f8a27d17ce93c2c7dd8bb5719cd6a3152305e.tar.bz2
htop-osx: recommend sudo instead of setuid.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/htop-osx.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb
index 122b3dbab..4c4228e71 100644
--- a/Library/Formula/htop-osx.rb
+++ b/Library/Formula/htop-osx.rb
@@ -24,11 +24,7 @@ class HtopOsx < Formula
def caveats; <<-EOS.undent
htop-osx requires root privileges to correctly display all running processes.
- You can either run the program via `sudo` or set the setuid bit:
-
- sudo chown root:wheel #{bin}/htop
- sudo chmod u+s #{bin}/htop
-
+ so you will need to run `sudo htop`.
You should be certain that you trust any software you grant root privileges.
EOS
end