diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-21 15:47:53 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-09-21 15:47:53 +0000 |
commit | 8e1922a4447fd41b5cbd0fc1d0c0596b8808197e (patch) | |
tree | 0344ef848c2c431a8e821bf65bd2146729d9f5a6 /urpm/cfg.pm | |
parent | 7851ef7ca12a65857eb275995f1a7a0333daadad (diff) | |
download | urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar.gz urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar.bz2 urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.tar.xz urpmi-8e1922a4447fd41b5cbd0fc1d0c0596b8808197e.zip |
Add Prozilla support
Diffstat (limited to 'urpm/cfg.pm')
-rw-r--r-- | urpm/cfg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 1493abb5..f39679e1 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -157,7 +157,7 @@ sub load_config ($;$) { |downloader |retry |default-media - |(?:curl|rsync|wget)-options + |(?:curl|rsync|wget|prozilla)-options )\s*:\s*['"]?(.*?)['"]?$/x and $config{$medium}{$1} = $2, next; /^key[-_]ids\s*:\s*['"]?(.*?)['"]?$/ |