From: Alexander Marx Date: Wed, 26 Jun 2013 05:56:35 +0000 (+0200) Subject: Forward Firewall: convert-dmz now puts converted files into /var/ipfire/forward/confi... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a21701f924dc2fb609f2ff1da627b1d1f578510c;p=people%2Fms%2Fipfire-2.x.git Forward Firewall: convert-dmz now puts converted files into /var/ipfire/forward/config instead of /var/ipfire/forward/dmz --- diff --git a/config/forwardfw/convert-dmz b/config/forwardfw/convert-dmz index 9c1ad049c5..0722f5bef4 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';