From 6a8fc5119ccac92c822f000d469a9913e04caadc Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Mon, 9 Sep 2019 18:14:52 +0300 Subject: [PATCH] udp2raw-tunnel: fix typo --- net-vpn/udp2raw-tunnel/files/udp2raw-daemon.iptables.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/udp2raw-tunnel/files/udp2raw-daemon.iptables.initd b/net-vpn/udp2raw-tunnel/files/udp2raw-daemon.iptables.initd index e74a6b4bc..7e251c692 100644 --- a/net-vpn/udp2raw-tunnel/files/udp2raw-daemon.iptables.initd +++ b/net-vpn/udp2raw-tunnel/files/udp2raw-daemon.iptables.initd @@ -27,7 +27,7 @@ extra_commands="checkconfig" depend() { before net - if ! [ -z ${UDP2RAW_IPT_DISABLED} ]; then + if [ -z ${UDP2RAW_IPT_DISABLED} ]; then need iptables fi }