From 17a03476144e52e609b5ce79c4ebd16b488a6a6c Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Thu, 23 Apr 2009 10:51:16 +0200 Subject: [PATCH 1/1] Handle openldap upgrade. --- src/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.sh b/src/functions.sh index c223076..da07bc4 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -970,7 +970,7 @@ upgrade_amavis () { # fix openldap-aai postinst user handling upgrade_openldap () { - pkg openldap-aai lt 2.3 || return 0 + pkg openldap-aai lt 2.4 || return 0 # openldap-aai expects org.ldif to exists local ldif=/var/lib/ldap/org.ldif -- 1.7.10.4