From: jocuri%softhome.net <> Date: Fri, 10 Dec 2004 22:25:00 +0000 (+0000) Subject: Patch for bug 201554: remove un-necessary warning to non-root user with webservergrou... X-Git-Tag: bugzilla-2.19.2~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf714033aa8cf54aacb1bef2addb636b76d1c74;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 c8af512bac..db0f188a31 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 <