[Pkg-openldap-devel] [openldap] 09/17: r1302 at pulsar: torsten | 2005-03-09 14:11:56 +0100 * debian/slapd.postinst: Fix small typo leading to upgrade failures. Added some notes while wading through maintainer scripts.

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

commit ff03e01732d04775961eab16a4068b620479cc08
Author: Torsten Landschoff <torsten at debian.org>
Date:   Wed Mar 9 13:40:03 2005 +0000

     r1302 at pulsar:  torsten | 2005-03-09 14:11:56 +0100
      * debian/slapd.postinst: Fix small typo leading to upgrade failures.
        Added some notes while wading through maintainer scripts.
---
 debian/changelog            |    2 ++
 debian/check_upgradepath    |    4 ++++
 debian/slapd.postinst       |    2 +-
 debian/slapd.scripts-common |    1 +
 4 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0d57bb..bb32eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 openldap2.2 (2.2.23-0.pre5) experimental; urgency=low
 
   * Apply NTLM patch from ximian-connector source package.
+  * debian/slapd.postinst: Fix small typo leading to upgrade failures.
+    Added some notes while wading through maintainer scripts.
 
  --
 
diff --git a/debian/check_upgradepath b/debian/check_upgradepath
index dadef58..efd9239 100644
--- a/debian/check_upgradepath
+++ b/debian/check_upgradepath
@@ -9,6 +9,10 @@ set -e
 : ${chroot_dir:=../chroot}
 : ${debmirror:=http://ftp.de.debian.org/debian}
 : ${proxy:=http://proxy.galaxy:3128/}
+unset LC_ALL
+unset LC_CTYPE
+unset LC_MESSAGES
+
 
 woodytar=$chroot_dir/woody_base.tar.gz
 
diff --git a/debian/slapd.postinst b/debian/slapd.postinst
index df02e0f..908c542 100644
--- a/debian/slapd.postinst
+++ b/debian/slapd.postinst
@@ -399,7 +399,7 @@ if database_might_need_reload; then
 		else
 			cp -al "$location" "$location.new"
 		fi
-		move_old_database_directory_away "$directory" "$suffix"
+		move_old_database_away "$directory" "$suffix"
 		import_database "$suffix" "${location}.new"
 
 		# Since this is actually a subshell, we need to explicitly call
diff --git a/debian/slapd.scripts-common b/debian/slapd.scripts-common
index 1d90c7d..b5f6ac1 100644
--- a/debian/slapd.scripts-common
+++ b/debian/slapd.scripts-common
@@ -64,6 +64,7 @@ merge_logical_lines() {
 
 # read slapd.conf file and evaluate include statements
 # FIXME: circular loops will cause this to block forever
+# FIXME: handling of relative file names
 read_slapd_conf() {
   merge_logical_lines | while read command data; do
     if [ "$command" = "include" ]; then

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