diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-17 13:48:01 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-17 13:48:01 +0000 |
commit | 5ae8fa2fba25cfd4d6ebb389faec009237220630 (patch) | |
tree | 63ef93539b2a61b447dac94696a1d7be8db57dd3 | |
parent | 5b280812f53c7c6c093c3ba37644dae040b3e5ab (diff) | |
download | drakx-backup-do-not-use-5ae8fa2fba25cfd4d6ebb389faec009237220630.tar drakx-backup-do-not-use-5ae8fa2fba25cfd4d6ebb389faec009237220630.tar.gz drakx-backup-do-not-use-5ae8fa2fba25cfd4d6ebb389faec009237220630.tar.bz2 drakx-backup-do-not-use-5ae8fa2fba25cfd4d6ebb389faec009237220630.tar.xz drakx-backup-do-not-use-5ae8fa2fba25cfd4d6ebb389faec009237220630.zip |
drop network::tools::reread_net_conf
-rw-r--r-- | perl-install/network/tools.pm | 6 |
1 files changed, 0 insertions, 6 deletions
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 |