aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-01-26 00:11:09 +0000
committerPascal Terjan <pterjan@mageia.org>2011-01-26 00:11:09 +0000
commit3a2f2ce2d287a5aeea438961c888b7c277158f5a (patch)
tree840ac08daa54fd630fdbd1681ce3225013c8cc7e /ulri
parent5012b4f3980528541b77fc4a764e33f8b0256256 (diff)
downloadiurt-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-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index a6574c3..5e30af3 100755
--- a/ulri
+++ b/ulri
@@ -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 => {} });