summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--urpm/cfg.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e5dac7a..fabd99db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- urpmi.cfg
+ o really add global option no-suggests
+
Version 4.10.1 - 12 August 2007, by Pascal "Pixel" Rigaux
- library
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) =