summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-04-14 03:08:42 +0200
committerjocuri%softhome.net <>2004-04-14 03:08:42 +0200
commit5013a605af59882ddacbe0821f672219b270b2a7 (patch)
treef97d394962788aacc6f4f844513971e36ad151c8 /checksetup.pl
parentab2a9e67a996e9e82bd42102363ab985c7e15978 (diff)
downloadbugzilla-5013a605af59882ddacbe0821f672219b270b2a7.tar.gz
bugzilla-5013a605af59882ddacbe0821f672219b270b2a7.tar.xz
Patch for bug 240060: Stop yelling at people about the minimum sendmail version; r=gerv; a=justdave.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 0 insertions, 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;
-}
-