From 0c2656c4029a60f096198c87f60de7b18b004c50 Mon Sep 17 00:00:00 2001 From: Gui Iribarren Date: Sun, 15 Dec 2013 08:47:17 -0300 Subject: [PATCH] nodogsplash: recognize yes, true or 1 as valid TrafficControl values --- nodogsplash/files/nodogsplash.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodogsplash/files/nodogsplash.init b/nodogsplash/files/nodogsplash.init index 588e20e..b465792 100644 --- a/nodogsplash/files/nodogsplash.init +++ b/nodogsplash/files/nodogsplash.init @@ -171,7 +171,7 @@ test_module() { do_module_tests "ipt_mark" # test for imq modules, only if TrafficControl is enabled in conf - if ( grep -q '^[[:space:]]*TrafficControl[[:space:]]\+yes' "$NDS_CONF" ) ; then + if ( grep -q -E '^[[:space:]]*TrafficControl[[:space:]]+(yes|true|1)' "$NDS_CONF" ) ; then do_module_tests "imq" "numdevs=2" do_module_tests "ipt_IMQ" do_module_tests "sch_htb" -- 2.30.2