diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-10-13 19:22:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-10-13 19:22:09 +0000 |
commit | 2d1ab0acc5d535468ec2aa97820b7c10e2c3b0e4 (patch) | |
tree | 4cb59d1fd6dd8f8234234e2d18f264c1e7fab3fa /perl-install | |
parent | 4a7d3e7907cef0a929a57c0183506936a96551e8 (diff) | |
download | drakx-backup-do-not-use-2d1ab0acc5d535468ec2aa97820b7c10e2c3b0e4.tar drakx-backup-do-not-use-2d1ab0acc5d535468ec2aa97820b7c10e2c3b0e4.tar.gz drakx-backup-do-not-use-2d1ab0acc5d535468ec2aa97820b7c10e2c3b0e4.tar.bz2 drakx-backup-do-not-use-2d1ab0acc5d535468ec2aa97820b7c10e2c3b0e4.tar.xz drakx-backup-do-not-use-2d1ab0acc5d535468ec2aa97820b7c10e2c3b0e4.zip |
forward "now one can now choose the interface" fix
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 6d0ff41ae..8e5ce94be 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -51,7 +51,7 @@ my $masq_file = "/etc/shorewall/masq"; my $dhcpd_conf = "/etc/dhcpd.conf"; my $cups_conf = "/etc/cups/cupsd.conf"; -my $shorewall = network::shorewall::read(); +my $shorewall = network::shorewall::read($in, 'silent'); my $in = 'interactive'->vnew('su'); $::Wizard_title = N("Internet Connection Sharing"); |