[Pkg-logwatch-general] r86 - in trunk: debian patches
Willi Mann
willi-guest at alioth.debian.org
Sat Sep 12 10:09:13 UTC 2009
Author: willi-guest
Date: 2009-09-12 10:09:13 +0000 (Sat, 12 Sep 2009)
New Revision: 86
Added:
trunk/patches/07-lp425206-exim-script-typos.diff
Modified:
trunk/debian/changelog
Log:
* Fix typos in exim script. LP: #425206.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-09-10 06:31:16 UTC (rev 85)
+++ trunk/debian/changelog 2009-09-12 10:09:13 UTC (rev 86)
@@ -10,6 +10,7 @@
* scripts/services/denyhosts: Output one host per line, not one possibly
very long line with all hosts. closes: #507042
* Support "command continues" lines in sudo. closes: #505432
+ * Fix typos in exim script. LP: #425206.
-- Willi Mann <willi at wm1.at> Mon, 07 Sep 2009 17:04:43 +0200
Added: trunk/patches/07-lp425206-exim-script-typos.diff
===================================================================
--- trunk/patches/07-lp425206-exim-script-typos.diff (rev 0)
+++ trunk/patches/07-lp425206-exim-script-typos.diff 2009-09-12 10:09:13 UTC (rev 86)
@@ -0,0 +1,25 @@
+# Patch by Willi Mann
+# Typos
+# https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/425206
+diff --git a/scripts/services/exim b/scripts/services/exim
+index 3717441..757f718 100755
+--- a/scripts/services/exim
++++ b/scripts/services/exim
+@@ -291,7 +291,7 @@ if ($Detail >= $LvlBadFormat) {
+ }
+
+ # Print server Stops/Starts
+-if ($Detail >= $LvlRestart) {
++if ($Detail >= $LvlRestarts) {
+ if (@Restart) {
+ print "\n--- Exim Restarted ---\n";
+ foreach $ThisOne (sort @Restart) {
+@@ -300,7 +300,7 @@ if ($Detail >= $LvlRestart) {
+ }
+ }
+
+-if ($Detail >= $LvlRestart) {
++if ($Detail >= $LvlRuns) {
+ if (($StartQueue >0 ) or ($EndQueue > 0)) {
+ print "\n--- Queue Runners ---\n";
+ # Start Queue
More information about the Pkg-logwatch-general
mailing list