From: jocuri%softhome.net <> Date: Fri, 10 Dec 2004 22:28:34 +0000 (+0000) Subject: Patch for bug 201554: remove un-necessary warning to non-root user with webservergrou... X-Git-Tag: bugzilla-2.18~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da59cdfc3e337c698d00dd8589db093bfcd0aff5;p=thirdparty%2Fbugzilla.git 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. --- 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 <