]> git.sven.stormbind.net Git - sven/pflogsumm.git/blobdiff - debian/example/cron.weekly
Remove the '.pl' in the cron example files.
[sven/pflogsumm.git] / debian / example / cron.weekly
index 4d67bda988174669fdcf629e3e6b743e7c86db9e..30c67643e4dcc102edae77080b5efa8d37948a3e 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 --problems_first /var/log/mail.log*
+if [ -x /usr/sbin/pflogsumm ]; then
+       /usr/sbin/pflogsumm --problems_first /var/log/mail.log*
 fi