On Thu 03 Jan 2013 at 17:27:56 +0000, Sharon Kimble wrote:

> I am seeing lots of emails like this from logcheck '/usr/sbin/logcheck:
> line 100: kill: (10554) - No such process' which is bug  #657641, and there
> is a patch provided. How do I apply that patch please to my 'logcheck' in
> wheezy please?

Open /sbin/logcheck in an editor. Find

        if [ -n "$LOCK" ]; then
            debug "cleanup: Killing lockfile-touch - $LOCK"
            kill "$LOCK" && unset LOCK
        fi

Replace the third line with

        kill -0 $LOCK && kill "$LOCK" && unset LOCK


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130103181305.GE32121@desktop

Reply via email to