From 5ae8fa2fba25cfd4d6ebb389faec009237220630 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 17 Aug 2004 13:48:01 +0000 Subject: drop network::tools::reread_net_conf --- perl-install/network/tools.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index d3dc102f9..1aa9cd50c 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -193,12 +193,6 @@ sub is_dynamic_host { any { defined $_->{DHCP_HOSTNAME} } values %$intf; } -sub reread_net_conf { - my ($modules_conf, $netcnx, $netc, $intf) = @_; - network::netconnect::read_net_conf($netcnx, $netc, $intf); - modules::load_category($modules_conf, 'net'); -} - sub convert_wep_key_for_iwconfig { #- 5 or 13 characters, consider the key as ASCII and prepend "s:" #- else consider the key as hexadecimal, do not strip dashes -- cgit v1.2.1