From: jocuri%softhome.net <> Date: Wed, 14 Apr 2004 01:08:42 +0000 (+0000) Subject: Patch for bug 240060: Stop yelling at people about the minimum sendmail version;... X-Git-Tag: bugzilla-2.18rc1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5013a605af59882ddacbe0821f672219b270b2a7;p=thirdparty%2Fbugzilla.git Patch for bug 240060: Stop yelling at people about the minimum sendmail version; r=gerv; a=justdave. --- diff --git a/checksetup.pl b/checksetup.pl index 05f43ade00..c3d6be271f 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4269,7 +4269,3 @@ $dbh->do("UPDATE components SET initialowner = $adminuid WHERE initialowner = 0" unlink "$datadir/versioncache"; -if ($^O !~ /MSWin32/i) { - print "Reminder: Bugzilla now requires version 8.7 or later of sendmail.\n" unless $silent; -} -