]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 240060: Stop yelling at people about the minimum sendmail version;...
authorjocuri%softhome.net <>
Wed, 14 Apr 2004 01:08:42 +0000 (01:08 +0000)
committerjocuri%softhome.net <>
Wed, 14 Apr 2004 01:08:42 +0000 (01:08 +0000)
checksetup.pl

index 05f43ade00c959dc22f958d3c6524fabab3a2f98..c3d6be271f4a4155d16a06411478eb2694aaed46 100755 (executable)
@@ -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;
-}
-