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:
parent
7d48224955
commit
e43a9939b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue