From 299f8a27d17ce93c2c7dd8bb5719cd6a3152305e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Feb 2015 09:28:28 +0000 Subject: [PATCH] htop-osx: recommend sudo instead of setuid. --- Library/Formula/htop-osx.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Library/Formula/htop-osx.rb b/Library/Formula/htop-osx.rb index 122b3dbab748..4c4228e7110d 100644 --- a/Library/Formula/htop-osx.rb +++ b/Library/Formula/htop-osx.rb @@ -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