X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Ffunctions.sh;h=209bbe7cb3914558395974fa83f2355efd7d81a4;hb=5a3aa5db31ff162d2cfa154997049df3b1ad294c;hp=b1718c48a4eb393067f46f73735bc8e398e7d543;hpb=4c2c39354418f98a029d6142525042e73a506484;p=carnet-upgrade.git diff --git a/src/functions.sh b/src/functions.sh index b1718c4..209bbe7 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -1137,6 +1137,13 @@ upgrade_postfix () { fi } +# upgrade bind separately so DNS is not down for too long +# or breaks postinst scripts of other cn packages that depend on +# working resolver +upgrade_bind() { + pkgadd bind9-cn +} + get_variable () { local name=$1 file=$2 val