]> git.sven.stormbind.net Git - sven/pflogsumm.git/blobdiff - debian/example/cron.daily
Remove the '.pl' in the cron example files.
[sven/pflogsumm.git] / debian / example / cron.daily
index 9f8be2aa4a5c9bf9ebf6620fee3b4f33fa03d990..00663b6e18cb73ca78d36da120e944ce8a75f3ca 100644 (file)
@@ -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