[Bug 281804] unbound-control-setup hags

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 01 Oct 2024 22:06:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281804

--- Comment #1 from randy@rricker.com ---
unbound-control-setup on line 106: if ! openssl >/dev/null 2>&1;
When changed to: [ if ! openssl ] >/dev/null 2>&1; the new certificates are
created and the port installs as expected. I found the same behavior for the
unbound pkg.

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