diff options
author | Andreas Metzler <ametzler@debian.org> | 2004-01-06 15:37:51 +0000 |
---|---|---|
committer | Andreas Metzler <ametzler@debian.org> | 2004-01-06 15:37:51 +0000 |
commit | d0b83b1b361d422171f851c8d891c5e3fc9cfa8d (patch) | |
tree | 0f95dee02fe1904efe8c359b3c9142eb58f89696 /debian/exim4-config.config | |
parent | 91a99ae31c3ff6ab30824712c3bc0adb3d8a1295 (diff) | |
download | exim4-d0b83b1b361d422171f851c8d891c5e3fc9cfa8d.tar.gz |
use a custom debconf title
svn path=/trunk/exim/; revision=405
Diffstat (limited to 'debian/exim4-config.config')
-rw-r--r-- | debian/exim4-config.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/exim4-config.config b/debian/exim4-config.config index eaff508..10acc5c 100644 --- a/debian/exim4-config.config +++ b/debian/exim4-config.config @@ -167,6 +167,8 @@ parseexim3() { # set to dummy value, so we can differ between unset vs (seen or set outside debconf) dc_local_interfaces=notset +# SETTITLE is only supported since debconf 1.3.22 +db_settitle exim4/exim4-config-title || true db_get exim4/dc_eximconfig_configtype dc_eximconfig_configtype=`convert_to_short "$RET"` |