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
Can you check if 1.17 works for you? If you want to, I can provide a bullseye
build of
unbound (since this is what I use myself) - apparently I thought about
uploading it to
bpo11 but forgot, for whatever reason.
Thanks,
/mjt