[Logcheck-commits] CVS logcheck/debian

CVS User ttroxell logcheck-devel@lists.alioth.debian.org
Sat, 05 Jun 2004 02:24:56 -0600


Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv5076/debian

Modified Files:
	changelog logcheck.cron.d 
Log Message:
MAILTO=root in cron, thanks Alfie.


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/06/04 17:41:51	1.110
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/06/05 08:24:56	1.111
@@ -6,6 +6,8 @@
     (Closes: #252216, #249474, #244172, #252174, #187496, #249181)
   * Better readability of greplogoutput() in logcheck.
   * Our Perl usage needs 5.8, add dependency. (Closes: #252078)
+  todd:
+  * add MAILTO=root to logcheck.cron.d (Closes: #252597)
 
  -- 
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.cron.d	2004/04/30 04:13:31	1.2
+++ /cvsroot/logcheck/logcheck/debian/logcheck.cron.d	2004/06/05 08:24:56	1.3
@@ -1,6 +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
 
 @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