From fbab1e6151628dc1c3625283db2779181b99e2ae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 19 Feb 2015 09:28:58 +0000 Subject: sntop: recommend sudo instead of setuid. --- Library/Formula/sntop.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sntop.rb b/Library/Formula/sntop.rb index e84b1a4e0..f68a87828 100644 --- a/Library/Formula/sntop.rb +++ b/Library/Formula/sntop.rb @@ -19,10 +19,9 @@ class Sntop < Formula end def caveats; <<-EOS.undent - sntop uses fping by default. fping can only be run by root by default so - either use sudo to run sntop or setuid root fping. - - Alternatively, run sntop using standard ping (sntop -p). + sntop uses fping by default and fping can only be run by root by default. + You can run `sudo sntop` (or `sntop -p` which uses standard ping). + You should be certain that you trust any software you grant root privileges. EOS end end -- cgit v1.2.3