On Thu 03 Jan 2013 at 17:27:56 +0000, Sharon Kimble wrote:Open /sbin/logcheck in an editor. Find
> 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?
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-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 20130103181305.GE32121@desktop" target="_blank">http://lists.debian.org/[🔎] 20130103181305.GE32121@desktop