scripts/services/sendmail Patch: fixed typo
Jan Synacek <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <df63d24c-9349-428f-a427-846d71a8fc3c@zmail11.collab.prod.int.phx2.redhat.com> |
Hello, I attached a small patch fixing a typo in sendmail service script. Jan Synacek ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ Logwatch-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/logwatch-devel
sendmail_typo.patch
(text/x-patch, 460 B)
Index: sendmail
===================================================================
--- sendmail (revision 75)
+++ sendmail (working copy)
@@ -1760,7 +1760,7 @@
print "\n Total per host: $TotalAbuse" if ($Detail >= 5);
$TotalError[$ErrorIndex] += $TotalAbuse;
}
- print "\n\tTota: l $TotalError[$ErrorIndex]" if ($Detail >= 3);
+ print "\n\tTotal: $TotalError[$ErrorIndex]" if ($Detail >= 3);
}
$TotalError[++$ErrorIndex] = 0;