From d2dff5993cab6360557eda7d3f68d2fed47c6629 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 26 Jul 2004 01:09:59 +0000 Subject: Add a "noreconfigure" flag for media that don't want to be reconfigured. (patch by Michael Scherer) --- 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 00495045..f9babd84 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -97,7 +97,7 @@ sub load_config ($) { /^key[-_]ids\s*:\s*['"]?(.*?)['"]?$/ and $config{$medium}{'key-ids'} = $1, next; #- positive flags - /^(update|ignore|synthesis|virtual)$/ + /^(update|ignore|synthesis|virtual|noreconfigure)$/ and $config{$medium}{$1} = 1, next; my ($no, $k, $v); #- boolean options -- cgit v1.2.1