diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-09-17 03:42:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-09-17 03:42:21 +0000 |
commit | f7fc35971fc94dab801f40045c4262a75fda6321 (patch) | |
tree | 0e8d569b2ea47ab5aa05e6fbef2b3b101107e515 | |
parent | fbfa514278ff0322e488752df5765556d2b0a18a (diff) | |
download | drakx-f7fc35971fc94dab801f40045c4262a75fda6321.tar drakx-f7fc35971fc94dab801f40045c4262a75fda6321.tar.gz drakx-f7fc35971fc94dab801f40045c4262a75fda6321.tar.bz2 drakx-f7fc35971fc94dab801f40045c4262a75fda6321.tar.xz drakx-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)
-rw-r--r-- | perl-install/network/ethernet.pm | 1 |
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]); } } |