From 932b873787f546efa2629bc903988b40b04fb919 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Nov 2003 12:31:23 +0000 Subject: fix bogus use of old netwok module instead of network::network --- perl-install/standalone/drakpxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakpxe') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 4ceb492c7..9fd6a3b20 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -25,7 +25,7 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla use common; use interactive; -use network; +use network::network; use log; use c; @@ -49,7 +49,7 @@ $::direct = grep { /-direct/ } @ARGV; #- get network configuration. my $netc = {}; my $intf = {}; -network::read_all_conf('', $netc, $intf); +network::network::read_all_conf('', $netc, $intf); my $in = 'interactive'->vnew('su'); $::Wizard_title = N("PXE Server Configuration"); -- cgit v1.2.1