Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Oct 2024 18:31:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 281804] dns/unbound: unbound-control-setup hangs
Message-ID:  <bug-281804-7788-YcLfvGLFHL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281804-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281804-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281804

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281804-7788-YcLfvGLFHL>