From 12c946b22963a7b5e7607d2e93c6ae0857f66795 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 25 Jan 2014 14:56:28 +0000 Subject: shorewall: correct path to shorewall config mga#11928 --- lib/network/shorewall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/network/shorewall.pm b/lib/network/shorewall.pm index 0ae7b9e..4532412 100644 --- a/lib/network/shorewall.pm +++ b/lib/network/shorewall.pm @@ -51,7 +51,7 @@ sub set_in_file { $_ .= $last_line if $last_line; $done = 1; } - } "$::prefix/etc/shorewall/$file"; + } "$::prefix${shorewall_root}/$file"; } sub dev_to_shorewall { -- cgit v1.2.1