]> git.decadent.org.uk Git - dak.git/commitdiff
Set name
authorJoerg Jaspert <joerg@debian.org>
Sat, 16 May 2009 16:00:53 +0000 (18:00 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 16 May 2009 16:00:53 +0000 (18:00 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.unchecked

index e18f8635d62a50bbfe966d765867142b311c7ab5..e69ad6c2689d515b6d92211baa21e1d465be1220 100755 (executable)
@@ -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