From 94812055eb7353778b330e3ac057cb322cdc54b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 21 Feb 2008 14:19:21 +0000 Subject: rename conf_file__rel_media into with-dir (since it will be used in urpmi.cfg too, it needs a less verbose name) --- urpm/cfg.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'urpm/cfg.pm') diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 634a188d..03175d5f 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -264,7 +264,7 @@ sub load_ini_config_file_raw { $v = expand_line($v) if !$b_norewrite; $_ => $v; } $cfg->Parameters($section); - { conf_file__rel_media => $section, %h }; + { 'with-dir' => $section, %h }; } $cfg->Sections ]; } @@ -293,8 +293,8 @@ sub write_ini_config { foreach (@$blocks) { my %h = %$_; - my $section = delete $h{conf_file__rel_media} || '_'; - $uniq{$section}++ or die "conflicting conf_file__rel_media value\n"; + my $section = delete $h{'with-dir'} || '_'; + $uniq{$section}++ or die "conflicting with-dir value\n"; foreach (difference2([ $cfg->Parameters($section) ], [ keys %h ])) { # remove those options which are no more wanted -- cgit v1.2.1