[Pkg-openldap-devel] [openldap] 03/29: r1320 at pulsar: torsten | 2005-03-13 21:48:56 +0100 * debian/slapd.postinst: Make sure that debconf actually displays the error message even if the user has already seen it before.

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:46 UTC 2013


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre6
in repository openldap.

commit 0cdcf098c8c50cfe04d79f97fd6819adea55be05
Author: Torsten Landschoff <torsten at debian.org>
Date:   Mon Mar 14 00:03:32 2005 +0000

     r1320 at pulsar:  torsten | 2005-03-13 21:48:56 +0100
      * debian/slapd.postinst: Make sure that debconf actually displays the
        error message even if the user has already seen it before.
---
 debian/changelog      |    2 ++
 debian/slapd.postinst |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 49436c9..a7f11f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openldap2.2 (2.2.23-0.pre6) experimental; urgency=low
 
   * debian/slapd.postinst: Add a testing interface to test the helper
     functions.
+  * debian/slapd.postinst: Make sure that debconf actually displays the
+    error message even if the user has already seen it before.
 
  --
 
diff --git a/debian/slapd.postinst b/debian/slapd.postinst
index 39fabc7..9920791 100644
--- a/debian/slapd.postinst
+++ b/debian/slapd.postinst
@@ -285,6 +285,8 @@ alert_user() {								# {{{
 	key="$1"
 	dc_failed=
 
+	# Make sure the template is actually displayed
+	db_fset slapd/$key seen false || dc_failed=1
 	db_input high slapd/$key || dc_failed=1
 	db_go || dc_failed=1
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list