[Bug 281804] unbound-control-setup hags
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281804] unbound-control-setup hags"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.