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

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

--- Comment #3 from randy@rricker.com ---
Understood. I'm not much of a coder. 

This block was added in v1.21.0. Is it even necessary? Since base includes
openssl shouldn't it always be there?

Anyway, this seems to work:

#!/bin/sh
if ! openssl version >/dev/null 2>&1; then
    echo "$0 requires openssl to be installed for keys/certificates
generation." >&2A
    exit 1
fi

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