[Pkg-openldap-devel] [openldap] 04/08: r1813 at pulsar: torsten | 2005-04-21 01:58:31 +0200 * debian/slapd.preinst: Always use debconf (don't check for availability).

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu Oct 10 05:35:45 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-4
in repository openldap.

commit d9d6260de9d1d73f3c7e0724c225832736567148
Author: Torsten Landschoff <torsten at debian.org>
Date:   Wed Apr 20 23:53:30 2005 +0000

     r1813 at pulsar:  torsten | 2005-04-21 01:58:31 +0200
      * debian/slapd.preinst: Always use debconf (don't check for availability).
---
 debian/changelog     |    1 +
 debian/slapd.preinst |    5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 33df696..8a7317d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ openldap2.2 (2.2.23-4) unstable; urgency=low
 
   * debian/control: Make the requirement for debconf a pre-dependency as
     we are using it from the maintainer scripts.
+  * debian/slapd.preinst: Always use debconf (don't check for availability).
 
  --
 
diff --git a/debian/slapd.preinst b/debian/slapd.preinst
index 5f6519f..8ac7b6f 100755
--- a/debian/slapd.preinst
+++ b/debian/slapd.preinst
@@ -2,10 +2,7 @@
 
 set -e
 
-# Use debconf if it is available
-if [ -e "/usr/share/debconf/confmodule" ]; then
-	. /usr/share/debconf/confmodule || true
-fi
+. /usr/share/debconf/confmodule
 
 # This will be replaced with debian/slapd.scripts-common which includes
 # various helper functions and $OLD_VERSION and $SLAPD_CONF

-- 
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