From 4de46662a28d575921b8a8abcd25e69e75960351 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 19 Feb 2003 14:13:30 +0000 Subject: make sure network::network:: is used (just in case) --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 02933d556..622b53e78 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -831,7 +831,7 @@ sub summaryBefore { install_any::preConfigureTimezone($o); #- get back network configuration. require network; - eval { network::read_all_conf($o->{prefix}, $o->{netc} ||= {}, $o->{intf} ||= {}) }; + eval { network::network::read_all_conf($o->{prefix}, $o->{netc} ||= {}, $o->{intf} ||= {}) }; log::l("summaryBefore: network configuration: $@"); } -- cgit v1.2.1