From 5013a605af59882ddacbe0821f672219b270b2a7 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 14 Apr 2004 01:08:42 +0000 Subject: Patch for bug 240060: Stop yelling at people about the minimum sendmail version; r=gerv; a=justdave. --- checksetup.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/checksetup.pl b/checksetup.pl index 05f43ade0..c3d6be271 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; -} - -- cgit v1.2.3-24-g4f1b