Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

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 124b80b commit 299f8a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Library/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 299f8a2

Please sign in to comment.