]> git.sven.stormbind.net Git - sven/pflogsumm.git/blob - debian/example/cron.weekly
Remove the '.pl' in the cron example files.
[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 ]; then
9         /usr/sbin/pflogsumm --problems_first /var/log/mail.log*
10 fi