diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | urpm/args.pm | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -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 { |