summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-07-20 15:05:12 +0000
committerOlivier Blin <oblin@mandriva.org>2004-07-20 15:05:12 +0000
commit56d229764e73dd6826e467c3a7cdcc203e9da9d8 (patch)
tree58dde35cb27bd7ce2b3ead798e6856e9e3617697 /perl-install
parenta904f15f21d75dbf31f0e9c3fe8865b1580ef11f (diff)
downloaddrakx-backup-do-not-use-56d229764e73dd6826e467c3a7cdcc203e9da9d8.tar
drakx-backup-do-not-use-56d229764e73dd6826e467c3a7cdcc203e9da9d8.tar.gz
drakx-backup-do-not-use-56d229764e73dd6826e467c3a7cdcc203e9da9d8.tar.bz2
drakx-backup-do-not-use-56d229764e73dd6826e467c3a7cdcc203e9da9d8.tar.xz
drakx-backup-do-not-use-56d229764e73dd6826e467c3a7cdcc203e9da9d8.zip
do not read conf in add_intf, this is already done by the netconnect wizard
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index cfe9647c7..9ca3fa585 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -633,8 +633,6 @@ sub check_field {
sub add_intf() {
$::isWizard = 1;
- network::netconnect::read_net_conf($netcnx, $netc, $intf);
- # network::netconnect::add_interface($in, $netcnx);
network::netconnect::main('', $netcnx, $in, $netc, undef, $intf);
$in->exit(0);
}