]> git.sven.stormbind.net Git - sven/pflogsumm.git/blob - debian/example/cron.daily
9f8be2aa4a5c9bf9ebf6620fee3b4f33fa03d990
[sven/pflogsumm.git] / debian / example / cron.daily
1 #!/bin/sh
2 #
3 # Debian pflogsumm daily 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 -d yesterday --problems_first /var/log/mail.log
10 fi