From 807d63ea80fbffc38ff0d84eb7eeddafa9ef354d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 12 Aug 2007 12:48:20 +0000 Subject: - urpmi.cfg o really add global option no-suggests (thanks to Frederik Himpe) --- urpm/cfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') 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) = -- cgit v1.2.1