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