diff options
author | Gervase Markham <gerv@gerv.net> | 2015-08-07 11:13:20 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-08-07 11:13:20 +0100 |
commit | 2d2c85f63dbde9b49079a0ab0c8c5ddcda33acec (patch) | |
tree | 23c6bed69f7543c086716dc6c52e32f95267e2a1 /checksetup.pl | |
parent | Bug 1189813: Include javascript_urls in header.html.tmpl DEFAULT directive (diff) | |
download | bugzilla-2d2c85f63dbde9b49079a0ab0c8c5ddcda33acec.tar.gz bugzilla-2d2c85f63dbde9b49079a0ab0c8c5ddcda33acec.tar.bz2 bugzilla-2d2c85f63dbde9b49079a0ab0c8c5ddcda33acec.zip |
Bug 1191255 - Remove requirement to specify SMTP server during installation on Windows. r=LpSolit, a=simon
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index cf124b8e2..5dda0df6f 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -458,8 +458,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, |