SOURCES: logcheck.cron - cleanups - assume programs are always there
glen
glen at pld-linux.org
Tue Jul 18 22:45:03 CEST 2006
Author: glen Date: Tue Jul 18 20:45:03 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- cleanups
- assume programs are always there
---- Files affected:
SOURCES:
logcheck.cron (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/logcheck.cron
diff -u SOURCES/logcheck.cron:1.1 SOURCES/logcheck.cron:1.2
--- SOURCES/logcheck.cron:1.1 Tue Jul 18 22:44:04 2006
+++ SOURCES/logcheck.cron Tue Jul 18 22:44:58 2006
@@ -1,8 +1,7 @@
# /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
+ at reboot logcheck nice -n10 /usr/sbin/logcheck -R
+2 * * * * logcheck nice -n10 /usr/sbin/logcheck
-# EOF
+# vim:syn=crontab
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/logcheck.cron?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list