]> git.sven.stormbind.net Git - sven/pflogsumm.git/blobdiff - debian/example.cron.daily
Move the cron examples into debian/example and install them with
[sven/pflogsumm.git] / debian / example.cron.daily
diff --git a/debian/example.cron.daily b/debian/example.cron.daily
deleted file mode 100644 (file)
index 9f8be2a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# Debian pflogsumm daily cron script
-# 
-# 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
-fi