From c36d8a49fdbc53bf9aac81bf9011f6be0bf15fc7 Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Thu, 29 Aug 2019 22:45:45 -0400 Subject: unbound: update to 1.9.3 Signed-off-by: Eric Luehrsen --- net/unbound/files/unbound.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/unbound/files') 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 -- cgit v1.2.3