unbound: replace obsolete test expressions
authorEric Luehrsen <ericluehrsen@gmail.com>
Tue, 14 May 2019 02:54:07 +0000 (22:54 -0400)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 28 May 2019 01:52:47 +0000 (09:52 +0800)
commitf1d1530f480e73707f38ee93b9f5551f9e9cd696
treeb0a826745046a7e79120cf96f87e242981e79a54
parent85bc7bc4f3b3212509b86f13ea15960b98234257
unbound: replace obsolete test expressions

Expressions '-o', '-a', and '\( \)' within test or '[ ]' are obsolete.
POSIX allows few arguments to test, so long expressions are not
portable. '[ p -a q ]' can be replaced with '[ p ] && [ q ]' instead.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
net/unbound/files/dnsmasq.sh
net/unbound/files/iptools.sh
net/unbound/files/odhcpd.sh
net/unbound/files/stopping.sh
net/unbound/files/unbound.init
net/unbound/files/unbound.sh