aboutsummaryrefslogtreecommitdiff
path: root/net/unbound/files
diff options
context:
space:
mode:
authorEric Luehrsen <ericluehrsen@gmail.com>2019-08-29 22:45:45 -0400
committerEric Luehrsen <ericluehrsen@gmail.com>2019-08-31 01:12:16 -0400
commitc36d8a49fdbc53bf9aac81bf9011f6be0bf15fc7 (patch)
treed7b78e09cb1e4cc963496fb11d0a8e64d4936c3a /net/unbound/files
parentd3b32a62c271d8be2f95b5962aa1015f24ddd849 (diff)
unbound: update to 1.9.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/files')
-rw-r--r--net/unbound/files/unbound.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound/files/unbound.sh b/net/unbound/files/unbound.sh
index f44cfec6c..83717fefb 100644
--- a/net/unbound/files/unbound.sh
+++ b/net/unbound/files/unbound.sh
@@ -582,7 +582,7 @@ unbound_conf() {
if [ "$UB_N_THREADS" -gt 1 ] \
- && $PROG -h | grep -q "linked libs:.*libevent" ; then
+ && $PROG -V | grep -q "Linked libs:.*libevent" ; then
# heavy variant using "threads" may need substantial resources
echo " num-threads: 2" >> $UB_CORE_CONF
else