X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fexample.cron.daily;fp=debian%2Fexample.cron.daily;h=0000000000000000000000000000000000000000;hb=e5d195543281384ed83fcb622c5c778aace498ea;hp=9f8be2aa4a5c9bf9ebf6620fee3b4f33fa03d990;hpb=077310cdf7fc8a80b9e61a5a3944201276cabfaf;p=sven%2Fpflogsumm.git diff --git a/debian/example.cron.daily b/debian/example.cron.daily deleted file mode 100644 index 9f8be2a..0000000 --- a/debian/example.cron.daily +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# Debian pflogsumm daily cron script -# -# This script analyses the logfile for statistics and problems. -# - -if [ -x /usr/sbin/pflogsumm.pl ]; then - /usr/sbin/pflogsumm.pl -d yesterday --problems_first /var/log/mail.log -fi