[Bug 281804] dns/unbound: unbound-control-setup hangs

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 02 Oct 2024 11:49:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281804

--- Comment #2 from Jaap Akkerhuis <jaap@NLnetLabs.nl> ---
Interesting. Adding the [...] changes what the statement is supposed to do.

The line number is wrong. It should be 107
> grep -n openssl unbound-control-setup
> 107:if ! openssl >/dev/null 2>&1; then
> 108:    echo "$0 requires openssl to be installed for keys/certificates generation." &2
> etc.


I guess that somehow the script got changed from the original.

For your information, It should be 224 lines:
> wc unbound-control-setup
>      224     815    6141 unbound-control-setup

-- 
You are receiving this mail because:
You are the assignee for the bug.