summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-13 13:02:09 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-13 13:02:09 +0000
commitccd4ecd5f0ad5bc62b65468e0e55e7fa7f952e31 (patch)
treec83cad589cbeae32a95e2633213283cc0cb24661
parentaa660a325c52fc9e05386fc2a15f192656327663 (diff)
downloadurpmi-ccd4ecd5f0ad5bc62b65468e0e55e7fa7f952e31.tar
urpmi-ccd4ecd5f0ad5bc62b65468e0e55e7fa7f952e31.tar.gz
urpmi-ccd4ecd5f0ad5bc62b65468e0e55e7fa7f952e31.tar.bz2
urpmi-ccd4ecd5f0ad5bc62b65468e0e55e7fa7f952e31.tar.xz
urpmi-ccd4ecd5f0ad5bc62b65468e0e55e7fa7f952e31.zip
(set_root) do not default to --nolock when using --root (reverting rafael
commit on 2006-01-11 13:17)
-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 {