SOURCES: logcheck.cron (NEW) - from debian
glen
glen at pld-linux.org
Tue Jul 18 22:44:10 CEST 2006
Author: glen Date: Tue Jul 18 20:44:09 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- from debian
---- Files affected:
SOURCES:
logcheck.cron (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/logcheck.cron
diff -u /dev/null SOURCES/logcheck.cron:1.1
--- /dev/null Tue Jul 18 22:44:09 2006
+++ SOURCES/logcheck.cron Tue Jul 18 22:44:04 2006
@@ -0,0 +1,8 @@
+# /etc/cron.d/logcheck: crontab entries for the logcheck package
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+MAILTO=root
+
+ at reboot logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi
+2 * * * * logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi
+
+# EOF
================================================================
More information about the pld-cvs-commit
mailing list