Codebase list unbound / 9d56558
stop resetting permissions of unbound resovconf hook from ancient pre-jessie (<<1.5.8-1) version yes the hook is disabled Michael Tokarev 2 years ago
1 changed file(s) with 0 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1313 unbound-control-setup 1>/dev/null 2>&1 || true
1414 fi
1515
16 # Clean up permissions on the resolvconf forwarder hook on upgrades (#816425)
17 if dpkg --compare-versions "$oldversion" lt-nl 1.5.8-1~; then
18 if [ -f /etc/resolvconf/update.d/unbound ]; then
19 chmod -x /etc/resolvconf/update.d/unbound
20 fi
21 fi
2216 fi
2317
2418 #DEBHELPER#