From 8d606a1d23e1840f232c439cd56deddb06867d87 Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 10 Jan 2002 12:55:09 +0000 Subject: corrected read_resolv => read_conf --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index c94cd1f6e..739e083a0 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -550,7 +550,7 @@ sub main { #- get stage1 network configuration if any. log::l('found /tmp/network'); $o->{netc} ||= {}; - add2hash($o->{netc}, network::read_resolv_conf('/tmp/network')); + add2hash($o->{netc}, network::read_conf('/tmp/network')); if (my ($file) = glob_('/tmp/ifcfg-*')) { log::l("found network config file $file"); my $l = network::read_interface_conf($file); -- cgit v1.2.1