This is a problem that can present itself and generate cron emails not only if the permissions are wrong, but also if the file /etc/logcheck/logcheck.logfiles does not contains any non commented line

To avoid receiving notification I have modified the following line:

- $SORT "$TMPDIR/logoutput"/* | sed -e 's/[[:space:]]\+$//' | cat  \
+ cd && find "$TMPDIR/logoutput" -type f | $SORT | sed -e 's/[[:space:]]\+$//' | cat \

Matteo Castellani

_______________________________________________
Logcheck-devel mailing list
Logcheck-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/logcheck-devel

Reply via email to