diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-01-26 00:11:09 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-01-26 00:11:09 +0000 |
commit | 3a2f2ce2d287a5aeea438961c888b7c277158f5a (patch) | |
tree | 840ac08daa54fd630fdbd1681ce3225013c8cc7e /ulri | |
parent | 5012b4f3980528541b77fc4a764e33f8b0256256 (diff) | |
download | iurt-3a2f2ce2d287a5aeea438961c888b7c277158f5a.tar iurt-3a2f2ce2d287a5aeea438961c888b7c277158f5a.tar.gz iurt-3a2f2ce2d287a5aeea438961c888b7c277158f5a.tar.bz2 iurt-3a2f2ce2d287a5aeea438961c888b7c277158f5a.tar.xz iurt-3a2f2ce2d287a5aeea438961c888b7c277158f5a.zip |
Have a different lock for ulri and emi, they do not need to be sync-ed more than with .done
Diffstat (limited to 'ulri')
-rwxr-xr-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ foreach my $k (keys %{$config->{arch_translation}}) { } $run{pidfile_home} = $config->{tmp}; -$run{pidfile} = "upload"; +$run{pidfile} = $program_name; my $pidfile = check_pid(\%run); #my $cache = init_cache(\%run, $config, { done => {} }); |