summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2003-08-19 15:34:40 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2003-08-19 15:34:40 +0000
commit366ea3f16010b62209d7fb07c56d64970686055e (patch)
treed0bee40a3335c44a072b916ec43e61a752fa7e7f /perl-install
parent4087f83da6a0027c4fbea8e1321819da13296a7b (diff)
downloaddrakx-366ea3f16010b62209d7fb07c56d64970686055e.tar
drakx-366ea3f16010b62209d7fb07c56d64970686055e.tar.gz
drakx-366ea3f16010b62209d7fb07c56d64970686055e.tar.bz2
drakx-366ea3f16010b62209d7fb07c56d64970686055e.tar.xz
drakx-366ea3f16010b62209d7fb07c56d64970686055e.zip
fix internet reconnection in mcc
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/tools.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm
index 6725c8290..b40ed0860 100644
--- a/perl-install/network/tools.pm
+++ b/perl-install/network/tools.pm
@@ -100,7 +100,7 @@ Try to reconfigure your connection.");
$up;
}
-sub connect_backend() { run_program::rooted($prefix, "$connect_prog &") }
+sub connect_backend() { run_program::rooted($prefix, "$connect_file &") }
sub disconnect_backend() { run_program::rooted($prefix, "$disconnect_file &") }
@@ -109,7 +109,6 @@ sub read_providers_backend { my ($file) = @_; map { /(.*?)=>/ } catMaybeCompress
sub ask_info2 {
my ($cnx, $netc) = @_;
-# $::isInstall and $in->set_help('configureNetworkDNS');
$in->ask_from(N("Connection Configuration"),
N("Please fill or check the field below"),
[