X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fpflogsumm.git;a=blobdiff_plain;f=debian%2Fexample%2Fcron.daily;h=00663b6e18cb73ca78d36da120e944ce8a75f3ca;hp=9f8be2aa4a5c9bf9ebf6620fee3b4f33fa03d990;hb=8752911dbf2bb6de1dcf7aa2cbfae59e8521fd1e;hpb=e5d195543281384ed83fcb622c5c778aace498ea diff --git a/debian/example/cron.daily b/debian/example/cron.daily index 9f8be2a..00663b6 100644 --- a/debian/example/cron.daily +++ b/debian/example/cron.daily @@ -5,6 +5,6 @@ # 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 +if [ -x /usr/sbin/pflogsumm ]; then + /usr/sbin/pflogsumm -d yesterday --problems_first /var/log/mail.log fi