Hi. I am running stable and just installed logcheck
I get this mail:
run-parts: component /etc/cron.d/logcheck is not an executable plain file
in /etc/cron.d/ i have this:
-rw-r--r-- 1 root root 147 Feb 21 2002 logcheck
the contents of file:
[EMAIL PROTECTED]:/etc/cron.d$ cat logcheck
@reboot root test -x /usr/sbin/logcheck && nice -n10
/usr/sbin/logcheck
2 * * * * root test -x /usr/sbin/logcheck && nice -n10
/usr/sbin/logcheck
[EMAIL PROTECTED]:/etc/cron.d$
I am used to just installing a package and it works.
Can someone enlighten me in whats wrong?
Kenneth