]> git.sven.stormbind.net Git - sven/pflogsumm.git/commitdiff
Remove the '.pl' in the cron example files.
authorSven Hoexter <sven@timegate.de>
Fri, 16 Oct 2009 18:42:37 +0000 (18:42 +0000)
committerSven Hoexter <sven@timegate.de>
Fri, 16 Oct 2009 18:42:37 +0000 (18:42 +0000)
debian/changelog
debian/example/cron.daily
debian/example/cron.weekly

index 25310b9832cb42933165554345d4141d081ef22d..66a9bfc81204d19d74684ee3880e1f4207097a6f 100644 (file)
@@ -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.)
     (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 <hoexter@debian.org>  Fri, 16 Oct 2009 20:28:12 +0200
 
 
  -- Sven Hoexter <hoexter@debian.org>  Fri, 16 Oct 2009 20:28:12 +0200
 
index 9f8be2aa4a5c9bf9ebf6620fee3b4f33fa03d990..00663b6e18cb73ca78d36da120e944ce8a75f3ca 100644 (file)
@@ -5,6 +5,6 @@
 # This script analyses the logfile for statistics and problems.
 #
 
 # 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
 fi
index 4d67bda988174669fdcf629e3e6b743e7c86db9e..30c67643e4dcc102edae77080b5efa8d37948a3e 100644 (file)
@@ -5,6 +5,6 @@
 # This script analyses the logfile for statistics and problems.
 #
 
 # 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
 fi