rpms/logwatch/F-8 logwatch-7.3.6-dovecot.patch, NONE, 1.1 logwatch.spec, 1.82, 1.83

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Jan 2 14:56:27 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6418

Modified Files:
	logwatch.spec 
Added Files:
	logwatch-7.3.6-dovecot.patch 
Log Message:
- Resolves: #424171
  logwatch doesn't recognize dovecot starting up message ..


logwatch-7.3.6-dovecot.patch:

--- NEW FILE logwatch-7.3.6-dovecot.patch ---
diff -up logwatch-7.3.6/scripts/services/dovecot.pom logwatch-7.3.6/scripts/services/dovecot
--- logwatch-7.3.6/scripts/services/dovecot.pom	2007-03-17 20:13:13.000000000 +0100
+++ logwatch-7.3.6/scripts/services/dovecot	2008-01-02 15:30:16.000000000 +0100
@@ -56,7 +56,7 @@ while (defined($ThisLine = <STDIN>)) {
         # We don't care about these                                                                                                                    
      } elsif ( $ThisLine =~ /Killed with signal /) {
          $End++;
-     } elsif ( $ThisLine =~ /Dovecot starting up$/) {
+     } elsif ( $ThisLine =~ /Dovecot (v\d[^ ]* |)starting up$/) {
          $Restarts++;
          $End = 0;
      } elsif ( ($User, $Host) = ( $ThisLine =~ /^pop3-login: Login: (.*?) \[(.*)\]/ ) ) {


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/F-8/logwatch.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- logwatch.spec	2 Jan 2008 14:05:36 -0000	1.82
+++ logwatch.spec	2 Jan 2008 14:55:47 -0000	1.83
@@ -27,6 +27,7 @@
 Patch21: logwatch-7.3.6-sudo.patch
 Patch22: logwatch-7.3.6-sshd1.patch
 Patch23: logwatch-7.3.6-conf.patch
+Patch24: logwatch-7.3.6-dovecot.patch
 
 Requires: textutils sh-utils grep mailx
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,6 +62,7 @@
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
+%patch24 -p1
 
 %build
 
@@ -176,6 +178,8 @@
 * Wed Jan  2 2008 Ivana Varekova <varekova at redhat.com>
 - Resolves: #426857
   is report cdrom "disk full" necessary
+- Resolves: #424171
+  logwatch doesn't recognize dovecot starting up message ..
 - not build yet
 
 * Thu Nov 22 2007 Ivana Varekova <varekova at redhat.com> 7.3.6-12




More information about the fedora-extras-commits mailing list