From: keybuk Date: Wed, 6 Oct 2004 17:20:42 +0000 (+0000) Subject: primitive locking X-Git-Url: https://git.deb.at/?p=deb%2Fhackedgotchi.git;a=commitdiff_plain;h=4907f1b618b57b59b70f88c5a5eaed925407739b primitive locking git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@9 c2f067bf-98e0-425f-9c98-e76020cfa380 --- diff --git a/cron/01lock b/cron/01lock new file mode 100755 index 0000000..f3b6c5d --- /dev/null +++ b/cron/01lock @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /org/planet.debian.org/log +touch LOCK diff --git a/cron/99unlock b/cron/99unlock new file mode 100755 index 0000000..0d71314 --- /dev/null +++ b/cron/99unlock @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /org/planet.debian.org/log +rm -f LOCK