summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2015-08-07 12:12:57 +0200
committerGervase Markham <gerv@gerv.net>2015-08-07 12:12:57 +0200
commitaeb6689d5dcd2d1655236f9abda2ca0c5b794ce7 (patch)
tree192a840dc65cb1ab5874678ef6393da0b136386e /checksetup.pl
parent553c7d968414eae0b118fa50f461c729ad75beb7 (diff)
downloadbugzilla-aeb6689d5dcd2d1655236f9abda2ca0c5b794ce7.tar.gz
bugzilla-aeb6689d5dcd2d1655236f9abda2ca0c5b794ce7.tar.xz
Bug 1191255 - Remove requirement to specify SMTP server during installation on Windows. r=LpSolit, a=simon
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 041321ead..d7ef811bd 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -485,8 +485,6 @@ The format of that file is as follows:
$answer{'ADMIN_PASSWORD'} = 'fooey';
$answer{'ADMIN_REALNAME'} = 'Joel Peshkin';
- $answer{'SMTP_SERVER'} = 'mail.mydomain.net';
-
$answer{'NO_PAUSE'} = 1
C<NO_PAUSE> means "never stop and prompt the user to hit Enter to continue,