a debian/examples file.
* Add debian/compat file.
* Add debian/manpages to include the manpage.
* Add debian/docs to include the README and FAQ.
+ * Move the cron examples into debian/example and install them with
+ a debian/examples file.
-- Sven Hoexter <hoexter@debian.org> Sat, 03 Oct 2009 10:22:32 +0200
+++ /dev/null
-#!/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
+++ /dev/null
-#!/bin/sh
-#
-# Debian pflogsumm weekly cron script
-#
-# 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*
-fi
--- /dev/null
+#!/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
--- /dev/null
+#!/bin/sh
+#
+# Debian pflogsumm weekly cron script
+#
+# 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*
+fi
--- /dev/null
+debian/example/cron.daily
+debian/example/cron.weekly