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/drakauth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakauth') diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth index 939b57c0c..6f2dfe236 100755 --- a/perl-install/standalone/drakauth +++ b/perl-install/standalone/drakauth @@ -7,11 +7,11 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla use common; use interactive; use any; -use network; +use network::network; my $netc = {}; my $intf = {}; -network::read_all_conf('', $netc, $intf); +read_all_conf('', $netc, $intf); my $in = 'interactive'->vnew('su'); -- cgit v1.2.1