summaryrefslogtreecommitdiffstats
path: root/urpm
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 /urpm
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)
Diffstat (limited to 'urpm')
-rw-r--r--urpm/args.pm1
1 files changed, 0 insertions, 1 deletions
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 {