[Piuparts-commits] [piuparts] 09/10: add exception for slapd/squeeze
Holger Levsen
holger at layer-acht.org
Sun Jan 15 21:24:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository piuparts.
commit 901e04d11c73dd3178d87f83fa02bf61ee1b8f13
Author: Andreas Beckmann <anbe at debian.org>
Date: Sun Jan 15 20:54:57 2017 +0100
add exception for slapd/squeeze
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
custom-scripts/scripts/pre_distupgrade_exceptions | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/custom-scripts/scripts/pre_distupgrade_exceptions b/custom-scripts/scripts/pre_distupgrade_exceptions
index ef7a9f0..e3f7604 100755
--- a/custom-scripts/scripts/pre_distupgrade_exceptions
+++ b/custom-scripts/scripts/pre_distupgrade_exceptions
@@ -30,6 +30,11 @@ if [ "$PIUPARTS_DISTRIBUTION_NEXT" = "squeeze" ]; then
log_debug
echo "crm114 crm114/forceupgrade boolean true" | debconf-set-selections
;;
+ slapd)
+ # squeeze postinst wants to restore a backup from lenny that was never created
+ log_debug
+ dpkg --purge slapd
+ ;;
esac
# squeeze does not properly upgrade adduser.conf, so generate a new one
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list