X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=bind9-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=49b83ca8b69ff56e942a98daf5939b832f0d54ad;hp=d5f2e77217a67807a3e30e9f09f558911a8046a6;hb=090c1bf5d3ed4ab16c1b9d57f984402812f2a3f5;hpb=18584c660c54af3b2c3821e0059f023006a53151 diff --git a/debian/postinst b/debian/postinst index d5f2e77..49b83ca 100755 --- a/debian/postinst +++ b/debian/postinst @@ -153,10 +153,10 @@ EOF script='/^logging/,/^}/ { if ($0 ~ /category lame-servers/) { print "yes"; exit } }' lameconf= if [ -e /etc/bind/named.conf.options -a -e /etc/bind/named.conf ]; then - lameconf=$(cat /etc/bind/named.conf /etc/bind/named.conf.options | awk $script) + lameconf=$(cat /etc/bind/named.conf /etc/bind/named.conf.options | awk "$script") else if [ -e /etc/bind/named.conf ]; then - lameconf=$(awk $script /etc/bind/named.conf) + lameconf=$(awk "$script" /etc/bind/named.conf) fi fi if [ "x$lameconf" != "xyes" ]; then