X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fpflogsumm.git;a=blobdiff_plain;f=debian%2Fexample%2Fcron.weekly;h=30c67643e4dcc102edae77080b5efa8d37948a3e;hp=4d67bda988174669fdcf629e3e6b743e7c86db9e;hb=8752911dbf2bb6de1dcf7aa2cbfae59e8521fd1e;hpb=56f4182c7179834fd6ef30286aa518c480e15277 diff --git a/debian/example/cron.weekly b/debian/example/cron.weekly index 4d67bda..30c6764 100644 --- a/debian/example/cron.weekly +++ b/debian/example/cron.weekly @@ -5,6 +5,6 @@ # 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* +if [ -x /usr/sbin/pflogsumm ]; then + /usr/sbin/pflogsumm --problems_first /var/log/mail.log* fi