From 4c17ae5cc3872a6638b4e22d1bf0f12f50972547 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 28 Aug 2008 15:30:46 +0000 Subject: fix previous commit: - move the "require" where it's needed - split the comment so that it correctly describes things --- perl-install/any.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 5eff4702f..1645ed201 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -840,6 +840,8 @@ sub sessions_with_order() { sub urpmi_add_all_media { my ($in) = @_; + #- configure urpmi media if network is up + require network::tools; return if !network::tools::has_network_connection(); my $_wait = $in->wait_message(N("Please wait"), N("Please wait, adding media...")); run_program::rooted($::prefix, 'urpmi.addmedia', '--distrib', '--mirrorlist', '$MIRRORLIST'); -- cgit v1.2.1