12.01.2023 18:40, Michael Tokarev wrote:
Control: tag -1 + moreinfo
On Tue, 4 Oct 2022 17:31:42 +0200 Thomas Deutschmann <whi...@whissi.de> wrote:
Hi,
may I suggest to apply the following changes?
> do_resolvconf_start() {
> - [ false != "$RESOLVCONF" -a -x /sbin/resolvconf ] || return
> + [ false != "$RESOLVCONF" -a -x /sbin/resolvconf ] || return 0
I think it's too late already. Most of these scrips has been rewritten in the
later
version. See
https://salsa.debian.org/dns-team/unbound/-/blob/master/debian/unbound-helper
Hmm. But it looks like the same construct is used in the new version too.. :))
/mjt