summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xurpmf2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 101ce7df..761777b3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@
- urpmi
o fix "Argument list too long" when calling curl/wget/proz
(things should work even in case of one big transaction) (#30848)
+- urpmf
+ o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist
+ files in memory
Version 4.9.24 - 9 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;