From: Joerg Jaspert Date: Sat, 16 May 2009 16:00:53 +0000 (+0200) Subject: Set name X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4db8ce23de9866ca93e0b8f1802ac3dd6bdf6508;p=dak.git Set name Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index e18f8635..e69ad6c2 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -30,6 +30,9 @@ LOCKFILE="$lockdir/unchecked.lock" LOCK_NEW="$lockdir/processnew.lock" NOTICE="$lockdir/daily.lock" +# our name +PROGRAM="unchecked" + if [ -e $NOTICE ]; then exit 0; fi