diff options
author | Francois Pons <fpons@mandriva.com> | 2003-08-26 14:32:36 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-08-26 14:32:36 +0000 |
commit | a732b8fa6a7dcbdf3568efdd11f56714b0ea4536 (patch) | |
tree | b0eb548bd9188909987ff5512b9f4af02018953b | |
parent | a69024488ecf08280f6e946bde8ee844b2486520 (diff) | |
download | urpmi-a732b8fa6a7dcbdf3568efdd11f56714b0ea4536.tar urpmi-a732b8fa6a7dcbdf3568efdd11f56714b0ea4536.tar.gz urpmi-a732b8fa6a7dcbdf3568efdd11f56714b0ea4536.tar.bz2 urpmi-a732b8fa6a7dcbdf3568efdd11f56714b0ea4536.tar.xz urpmi-a732b8fa6a7dcbdf3568efdd11f56714b0ea4536.zip |
fixed to use exclusive lock (avoid any other command to perform).
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ unless ($bug) { } $verbose > 0 or $urpm->{log} = sub {}; -$urpm->shlock_urpmi_db; +$urpm->exlock_urpmi_db; $urpm->configure(nocheck_access => $env || $uid > 0, media => $media, excludemedia => $excludemedia, |