From f7fc35971fc94dab801f40045c4262a75fda6321 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 17 Sep 2004 03:42:21 +0000 Subject: (configure_eth_aliases) kill code that can't do anything good (remove_alias isn't intended to be used with the module name) --- perl-install/network/ethernet.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/network/ethernet.pm') 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]); } } -- cgit v1.2.1