From 3f09f5309c82ebf8b8518a16aedea8e0aad5e66e Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Wed, 26 Jun 2013 07:56:35 +0200 Subject: [PATCH] Forward Firewall: convert-dmz now puts converted files into /var/ipfire/forward/config instead of /var/ipfire/forward/dmz --- config/forwardfw/convert-dmz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/forwardfw/convert-dmz b/config/forwardfw/convert-dmz index 9c1ad049c..0722f5bef 100755 --- a/config/forwardfw/convert-dmz +++ b/config/forwardfw/convert-dmz @@ -19,7 +19,7 @@ my %ifaces=(); my %configfwdfw=(); require '/var/ipfire/general-functions.pl'; my $dmzconfig = "${General::swroot}/dmzholes/config"; -my $fwdfwconfig = "${General::swroot}/forward/dmz"; +my $fwdfwconfig = "${General::swroot}/forward/config"; my $ifacesettings = "${General::swroot}/ethernet/settings"; my $field0 = 'ACCEPT'; my $field1 = 'FORWARDFW'; -- 2.39.2