summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-09-17 03:42:21 +0000
committerOlivier Blin <oblin@mandriva.org>2004-09-17 03:42:21 +0000
commitf7fc35971fc94dab801f40045c4262a75fda6321 (patch)
tree0e8d569b2ea47ab5aa05e6fbef2b3b101107e515 /perl-install/network/ethernet.pm
parentfbfa514278ff0322e488752df5765556d2b0a18a (diff)
downloaddrakx-backup-do-not-use-f7fc35971fc94dab801f40045c4262a75fda6321.tar
drakx-backup-do-not-use-f7fc35971fc94dab801f40045c4262a75fda6321.tar.gz
drakx-backup-do-not-use-f7fc35971fc94dab801f40045c4262a75fda6321.tar.bz2
drakx-backup-do-not-use-f7fc35971fc94dab801f40045c4262a75fda6321.tar.xz
drakx-backup-do-not-use-f7fc35971fc94dab801f40045c4262a75fda6321.zip
(configure_eth_aliases) kill code that can't do anything good
(remove_alias isn't intended to be used with the module name)
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index bd13dd5a6..1a84e48a5 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -119,7 +119,6 @@ sub update_iftab() {
sub configure_eth_aliases {
my ($modules_conf) = @_;
foreach my $card (get_eth_cards($modules_conf)) {
- $modules_conf->remove_alias($card->[1]);
$modules_conf->set_alias($card->[0], $card->[1]);
}
}