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

This commit is contained in:
Antoine Beaupré 2007-11-14 22:30:17 +00:00
parent 7d48224955
commit e43a9939b5
1 changed files with 1 additions and 1 deletions

2
debian/preinst vendored
View File

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