From da59cdfc3e337c698d00dd8589db093bfcd0aff5 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 10 Dec 2004 22:28:34 +0000 Subject: [PATCH] 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 | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/checksetup.pl b/checksetup.pl index fe33a97cf9..413f379bc8 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -774,21 +774,27 @@ 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 <