summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--urpm/args.pm1
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0251ca47..26db4f2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+- urpmi
+ o do not default to --nolock when using --root (reverting rafael
+ commit on 2006-01-11 13:17)
+
Version 4.10.2 - 13 August 2007, by Thierry Vignaud
- gurpmi:
diff --git a/urpm/args.pm b/urpm/args.pm
index 42cb0649..b11094e1 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -406,7 +406,6 @@ sub set_root {
if (!-d $urpm->{root}) {
$urpm->{fatal}->(9, N("chroot directory doesn't exist"));
}
- $options{nolock} = 1;
}
sub parse_cmdline {