diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-06-06 03:23:14 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-06-06 03:23:14 +0000 |
commit | 54c219728e56b92340fa5b2f0ddc4e11b4c3d902 (patch) | |
tree | 609517dacb1202fbf7e5efad38182b8cdf969c65 | |
parent | f31fed54311355559f8b9234863daa78edce465e (diff) | |
download | drakx-54c219728e56b92340fa5b2f0ddc4e11b4c3d902.tar drakx-54c219728e56b92340fa5b2f0ddc4e11b4c3d902.tar.gz drakx-54c219728e56b92340fa5b2f0ddc4e11b4c3d902.tar.bz2 drakx-54c219728e56b92340fa5b2f0ddc4e11b4c3d902.tar.xz drakx-54c219728e56b92340fa5b2f0ddc4e11b4c3d902.zip |
drop unused variable, this file is modified in network::shorewall now
-rwxr-xr-x | perl-install/standalone/drakgw | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index b7ad9dffa..4fd7c2490 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -41,7 +41,6 @@ use services; my $sysconf_network = "/etc/sysconfig/network"; my $masq_file = "$::prefix/etc/shorewall/masq"; -my $rules_file = "$::prefix/etc/shorewall/rules"; my $cups_conf = "$::prefix/etc/cups/cupsd.conf"; my $in = 'interactive'->vnew('su'); |