summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--urpm/cfg.pm2
2 files changed, 3 insertions, 1 deletions
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;