--- sisyphus-mirror.orig 2006-05-02 19:19:52 +0400 +++ sisyphus-mirror 2006-08-28 19:15:41 +0400 @@ -32,8 +32,8 @@ date >> $LOG [ -f $LOCK ] && { ps auxww | grep "/bin/sh /usr/bin/sisyphus-mirror" | grep -v grep \ - | mail -s "sync: $mirror: lockfile exists" "$MAINTAINER" - echo "Lockfile for $mirror exists, exiting" >> $LOG + | mail -s "sync: $mirror: lockfile $LOCK exists" "$MAINTAINER" + echo "Lockfile $LOCK for $mirror exists, exiting" >> $LOG continue } trap "rm -f $LOCK; exit 1" INT