From d190a261409513b2e98afe78c3a8c0c7784338b6 Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Wed, 10 Mar 2004 15:06:14 +0000 Subject: fix the 8669 bug --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index b83fbe4fb..1383b6302 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -119,7 +119,7 @@ begin: #- ********************************** #- * 0th step: verify if we are already set up -if ($shorewall && -f "/etc/shorewall/masq") { +if ($shorewall && -f $masq_file && grep { !/^#/ } cat_("$masq_file")) { $::Wizard_no_previous = 1; my $r; if (!$shorewall->{disabled}) { -- cgit v1.2.1