Imported Debian version 5.1.2
[hcoop/zz_old/debian/config-package-dev.git] / examples / debhelper / debathena-cron-example-1.0 / debian / debathena-cron-example.cron.d
1 # /etc/cron.d/logcheck: crontab entries for the logcheck package
2
3 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
4 MAILTO=root
5
6 @reboot logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi
7 * * * * * logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi
8
9 # EOF