[Pkg-logwatch-general] r87 - trunk/debian

Willi Mann willi-guest at alioth.debian.org
Sat Sep 12 10:22:30 UTC 2009


Author: willi-guest
Date: 2009-09-12 10:22:30 +0000 (Sat, 12 Sep 2009)
New Revision: 87

Modified:
   trunk/debian/changelog
   trunk/debian/logwatch.00logwatch.cron.daily
Log:
  * No longer force recipient in the cron script. (--output mail instead of 
    --mailto root) 


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-09-12 10:09:13 UTC (rev 86)
+++ trunk/debian/changelog	2009-09-12 10:22:30 UTC (rev 87)
@@ -11,6 +11,8 @@
     very long line with all hosts. closes: #507042
   * Support "command continues" lines in sudo. closes: #505432
   * Fix typos in exim script. LP: #425206.
+  * No longer force recipient in the cron script. (--output mail instead of 
+    --mailto root) 
 
  -- Willi Mann <willi at wm1.at>  Mon, 07 Sep 2009 17:04:43 +0200
 

Modified: trunk/debian/logwatch.00logwatch.cron.daily
===================================================================
--- trunk/debian/logwatch.00logwatch.cron.daily	2009-09-12 10:09:13 UTC (rev 86)
+++ trunk/debian/logwatch.00logwatch.cron.daily	2009-09-12 10:22:30 UTC (rev 87)
@@ -4,4 +4,7 @@
 test -x /usr/share/logwatch/scripts/logwatch.pl || exit 0
 
 #execute
-/usr/sbin/logwatch --mailto root
+/usr/sbin/logwatch --output mail
+
+#Note: It's possible to force the recipient in above command
+#Just pass --mailto address at a.com instead of --output mail




More information about the Pkg-logwatch-general mailing list