summaryrefslogtreecommitdiffstats
path: root/urpm/cfg.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-12 12:48:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-12 12:48:20 +0000
commit807d63ea80fbffc38ff0d84eb7eeddafa9ef354d (patch)
tree563ba103023850da584089dd51595d650c05d468 /urpm/cfg.pm
parent5f4690980a0233de1afbbf6422f1075634019972 (diff)
downloadurpmi-807d63ea80fbffc38ff0d84eb7eeddafa9ef354d.tar
urpmi-807d63ea80fbffc38ff0d84eb7eeddafa9ef354d.tar.gz
urpmi-807d63ea80fbffc38ff0d84eb7eeddafa9ef354d.tar.bz2
urpmi-807d63ea80fbffc38ff0d84eb7eeddafa9ef354d.tar.xz
urpmi-807d63ea80fbffc38ff0d84eb7eeddafa9ef354d.zip
- urpmi.cfg
o really add global option no-suggests (thanks to Frederik Himpe)
Diffstat (limited to 'urpm/cfg.pm')
-rw-r--r--urpm/cfg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/cfg.pm b/urpm/cfg.pm
index 23eab196..f9019692 100644
--- a/urpm/cfg.pm
+++ b/urpm/cfg.pm
@@ -159,7 +159,7 @@ sub load_config_raw {
$block->{$1} = $2;
} elsif (/^key[-_]ids\s*:\s*['"]?(.*?)['"]?$/) {
$block->{'key-ids'} = $1;
- } elsif (/^(update|ignore|hdlist|synthesis|noreconfigure|static|virtual)$/) {
+ } elsif (/^(update|ignore|hdlist|synthesis|noreconfigure|no-suggests|static|virtual)$/) {
#- positive flags
$block->{$1} = 1;
} elsif (my ($no, $k, $v) =