From 20ed1297e463aa6db519e88044e4a0e4f9c82f01 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 31 May 2007 16:25:30 +0000 Subject: - urpmf o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory (backport from trunk) --- NEWS | 3 +++ urpmf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0eecf563..afc77f3c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ - urpmi.addmedia o with --distrib, don't use previous media's pubkey if a pubkey is missing (eg: use pubkey_main for media "Main Updates" when pubkey_main_updates is missing) +- urpmf + o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist + files in memory Version 4.9.21.1 - 29 May 2007, by Pascal "Pixel" Rigaux diff --git a/urpmf b/urpmf index 1487c12f..7edee6a0 100755 --- a/urpmf +++ b/urpmf @@ -171,7 +171,7 @@ my $callback = join("\n", (map { " $_" } 'my ($urpm, $pkg) = @_;', @inner, - '1;'), + '0;'), "}"); our $debug; -- cgit v1.2.1