From: Sven Hoexter Date: Fri, 16 Oct 2009 18:42:37 +0000 (+0000) Subject: Remove the '.pl' in the cron example files. X-Git-Tag: debian/1.1.2-2^2 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fpflogsumm.git;a=commitdiff_plain;h=8752911dbf2bb6de1dcf7aa2cbfae59e8521fd1e Remove the '.pl' in the cron example files. --- diff --git a/debian/changelog b/debian/changelog index 25310b9..66a9bfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ pflogsumm (1.1.2-2) unstable; urgency=low (Postfix itself has to be priority extra so it doesn't make sense to have pflogsumm with priority optional even if it doesn't strictly depend on Postfix.) + * Remove the '.pl' in the cron example files. -- Sven Hoexter Fri, 16 Oct 2009 20:28:12 +0200 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 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