]> git.sven.stormbind.net Git - sven/pflogsumm.git/blob - debian/example/cron.weekly
4d67bda988174669fdcf629e3e6b743e7c86db9e
[sven/pflogsumm.git] / debian / example / cron.weekly
1 #!/bin/sh
2 #
3 # Debian pflogsumm weekly cron script
4
5 # This script analyses the logfile for statistics and problems.
6 #
7
8 if [ -x /usr/sbin/pflogsumm.pl ]; then
9         /usr/sbin/pflogsumm.pl --problems_first /var/log/mail.log*
10 fi