summaryrefslogtreecommitdiffstats
path: root/perl-install/network.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-03 09:43:22 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-03 09:43:22 +0000
commit3635161f628098787b71456e735c9ad87578930f (patch)
tree6e8df857210378709669328caaa249e95aad7355 /perl-install/network.pm
parent2fe429a1283bb382c14b3657ab9f752a8b240233 (diff)
downloaddrakx-backup-do-not-use-3635161f628098787b71456e735c9ad87578930f.tar
drakx-backup-do-not-use-3635161f628098787b71456e735c9ad87578930f.tar.gz
drakx-backup-do-not-use-3635161f628098787b71456e735c9ad87578930f.tar.bz2
drakx-backup-do-not-use-3635161f628098787b71456e735c9ad87578930f.tar.xz
drakx-backup-do-not-use-3635161f628098787b71456e735c9ad87578930f.zip
no_comment
Diffstat (limited to 'perl-install/network.pm')
-rw-r--r--perl-install/network.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/network.pm b/perl-install/network.pm
index b3535301b..1234dcce2 100644
--- a/perl-install/network.pm
+++ b/perl-install/network.pm
@@ -7,7 +7,6 @@ use Socket;
use common qw(:common :file :system :functional);
use detect_devices;
-use modules;
use log;
1;
@@ -133,11 +132,6 @@ sub dnsServers {
grep { $_ } map { $netc->{$_} } qw(dnsServer dnsServer2 dnsServer3);
}
-sub getNet() {
- modules::load_thiskind('net');
- detect_devices::getNet();
-}
-
sub findIntf {
my ($intf, $device) = @_;
my ($l) = grep { $_->{DEVICE} eq $device } @$intf;