summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@debian.org>2006-07-03 18:24:47 +0000
committerAndreas Metzler <ametzler@debian.org>2006-07-03 18:24:47 +0000
commitdd4c698a2b505963b71fdb18ece385e47f1e9324 (patch)
treee36161d9ed9ae0f0ee5cac2e035e12fcde802a27
parent217a87de2654027ae4abc9c0780c8c00d43e6a56 (diff)
downloadexim4-dd4c698a2b505963b71fdb18ece385e47f1e9324.tar.gz
Fix thinko #376460
svn path=/exim/trunk/; revision=1497
-rw-r--r--debian/changelog4
-rw-r--r--debian/exim4-config.config2
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d414305..dbe6a61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ exim4 (4.62-2.0) UNRELEASED; urgency=low
* Fix occurrences of default_acl file in documentation. Make part of
README.Debian less confusing.
Thanks to Ross Boylan. Closes: #376459
+ * When installing via apt using dpkg-preconfigure the value of
+ dc_hide_mailname was overwritten during the second run of the debconf
+ script (invoked by postinst), before the value was stored in the
+ configuration file. Fix this. (am) Closes: #376460
-- Marc Haber <mh+debian-packages@zugschlus.de> Mon, 3 Jul 2006 07:51:06 +0200
diff --git a/debian/exim4-config.config b/debian/exim4-config.config
index f57951f..e4dd69c 100644
--- a/debian/exim4-config.config
+++ b/debian/exim4-config.config
@@ -513,6 +513,8 @@ while [ "$STATE" != 0 ] && [ "$STATE" -le "$STATELIMIT" ]; do
db_subst exim4/hide_mailname mailname ${dc_mailname}
db_subst exim4/hide_mailname dc_other_hostnames \
${dc_other_hostnames}
+ db_get $EX4QUESTION || true
+ dc_hide_mailname="$RET"
if [ "x${dc_hide_mailname}" = "x" ] ; then
dc_hide_mailname='false'
db_set exim4/hide_mailname "${dc_hide_mailname}"