From a191313617a872afabb17e378b279f75eca0b38f Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Fri, 31 Oct 2008 20:52:27 +0000 Subject: allow setting aria2-options in urpmi.cfg (trunk 248915) --- NEWS | 2 ++ urpm/cfg.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 14c40f9c..3b4ee828 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- urpmi, gurpmi + o allow setting aria2-options in urpmi.cfg - urpmi o in --auto, do display an error message when rpms are missing diff --git a/urpm/cfg.pm b/urpm/cfg.pm index f8b98ed6..a06c3557 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -160,7 +160,7 @@ sub load_config_raw { |downloader |retry |default-media - |(?:curl|rsync|wget|prozilla)-options + |(?:curl|rsync|wget|prozilla|aria2)-options )\s*:\s*['"]?(.*?)['"]?$/x) { #- config values $block->{$1} = $2; -- cgit v1.2.1