From e43a9939b5411ad5c192466003f564950c5e253a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 14 Nov 2007 22:30:17 +0000 Subject: [PATCH] do the bind zonefiles migration for all versions before 0.9.4 (instead of all before and including 0.9.3), since it's the only known version with that proper configuration. Closes: #1077 --- debian/preinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/preinst b/debian/preinst index afb347f4..c9db98f9 100644 --- a/debian/preinst +++ b/debian/preinst @@ -9,7 +9,7 @@ case "$1" in ;; upgrade) - if dpkg --compare-versions "$2" le "0.9.3"; then + if dpkg --compare-versions "$2" lt "0.9.4"; then echo "Upgrading bind configuration" # Move /etc/bind files around mkdir -p /var/alternc/bind