summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-12 11:48:39 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-12 11:48:39 +0000
commitca397438d3a301b06ff4f9924d4a9c9b96ccf4e5 (patch)
tree53c20a03e3c610b3d9e491b9149c6bdb6e7a927a /perl-install/standalone/drakconnect
parent58d3711e3eeab1d8e79385f39e3f35d8cb770538 (diff)
downloaddrakx-ca397438d3a301b06ff4f9924d4a9c9b96ccf4e5.tar
drakx-ca397438d3a301b06ff4f9924d4a9c9b96ccf4e5.tar.gz
drakx-ca397438d3a301b06ff4f9924d4a9c9b96ccf4e5.tar.bz2
drakx-ca397438d3a301b06ff4f9924d4a9c9b96ccf4e5.tar.xz
drakx-ca397438d3a301b06ff4f9924d4a9c9b96ccf4e5.zip
(configure_net) kill useless code
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect9
1 files changed, 0 insertions, 9 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index f3f48175e..d87c77b07 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -894,15 +894,6 @@ Please run \"Internet access\" in control center."));
my $param_vbox = Gtk2::VBox->new(0,0);
my $i = 0;
- my $extra_netdevice;
- if ($netcnx->{type} eq 'isdn_internal') {
- $extra_netdevice = "ppp0";
- } elsif ($netcnx->{type} eq 'modem' || $netcnx->{type} eq 'isdn_external') {
- $extra_netdevice = "ppp0" if $netcnx->{type} eq 'modem';
- } elsif ($netcnx->{type} =~ /adsl/) {
- $extra_netdevice = "ppp0";
- }
- $extra_netdevice = "ippp0" if $netcnx->{type} =~ /^isdn/;
#- duplicated code (waiting for 9.1 to be out to merge everything correctly, avoid bug elsewhere).
if ($netcnx->{type} =~ /adsl/) {