Skip to content

Commit

Permalink
htop-osx: recommend sudo instead of setuid.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 19, 2015
1 parent 7a7d850 commit 96653fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Formula/htop-osx.rb
Expand Up @@ -24,11 +24,7 @@ def install

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
Expand Down

0 comments on commit 96653fc

Please sign in to comment.