From 5bf714033aa8cf54aacb1bef2addb636b76d1c74 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 10 Dec 2004 22:25:00 +0000 Subject: Patch for bug 201554: remove un-necessary warning to non-root user with webservergroup access gave by checksetup.pl; patch by Rob Siklos , r=vladd, a=justdave. --- checksetup.pl | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index c8af512ba..db0f188a3 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -775,21 +775,28 @@ my @my_platforms = @{*{$main::{'platforms'}}{ARRAY}}; my @my_opsys = @{*{$main::{'opsys'}}{ARRAY}}; if ($my_webservergroup && !$silent) { - if ($< != 0) { # zach: if not root, yell at them, bug 87398 - print <