From 55a5bcae74bfd12cd5610508e4cd77d08970399e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Feb 2014 20:03:32 +0100 Subject: [PATCH] firewall: Call firewallctrl with full path. --- src/initscripts/init.d/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/init.d/firewall b/src/initscripts/init.d/firewall index 2c280f2ba0..06a714a329 100644 --- a/src/initscripts/init.d/firewall +++ b/src/initscripts/init.d/firewall @@ -283,7 +283,7 @@ iptables_red() { fi # Reload all rules. - firewallctrl + /usr/local/bin/firewallctrl } # See how we were called. -- 2.39.5