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-Tag: v2.15-beta1~290^2~11^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f09f5309c82ebf8b8518a16aedea8e0aad5e66e;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';