rpms/logwatch/F-8 logwatch-7.3.6-postfix2.patch, 1.1, 1.2 logwatch.spec, 1.90, 1.91

Ivana Varekova varekova at fedoraproject.org
Fri Oct 24 07:54:22 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3447

Modified Files:
	logwatch-7.3.6-postfix2.patch logwatch.spec 
Log Message:
remmove forgotten print command


logwatch-7.3.6-postfix2.patch:

Index: logwatch-7.3.6-postfix2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/F-8/logwatch-7.3.6-postfix2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logwatch-7.3.6-postfix2.patch	24 Oct 2008 07:36:32 -0000	1.1
+++ logwatch-7.3.6-postfix2.patch	24 Oct 2008 07:53:52 -0000	1.2
@@ -1,19 +1,18 @@
 diff -up logwatch-7.3.6/scripts/services/postfix.pom logwatch-7.3.6/scripts/services/postfix
---- logwatch-7.3.6/scripts/services/postfix.pom	2008-10-17 13:18:19.000000000 +0200
-+++ logwatch-7.3.6/scripts/services/postfix	2008-10-24 09:29:00.000000000 +0200
-@@ -769,8 +769,10 @@ while ( <> ) {
+--- logwatch-7.3.6/scripts/services/postfix.pom	2008-10-24 09:50:42.000000000 +0200
++++ logwatch-7.3.6/scripts/services/postfix	2008-10-24 09:51:08.000000000 +0200
+@@ -769,8 +769,9 @@ while ( <> ) {
        #TD disconnect from mail.example.com[2001:dead:beef::1]
        $Totals{'Disconnection'}++;
     }
 -   elsif (($host,$hostip,$reason) = ($p1 =~ /^connect to ([^[]*)\[($re_IP)\]: (.*)$/o)) {
 +   elsif (($host,$hostip,$reason) = ($p1 =~ /^connect to ([^[]*)\[($re_IP)\]:?[0-9]*: (.*)$/o)) {
-+   print "host $host hostip $hostip reason $reason\n";
        # all "connect to" messages indicate a problem with the connection
 +      #TD connect to mail.bues.ru[82.146.62.193]:25: Connection refused
        #TD connect to example.org[10.0.0.1]: Connection refused (port 25)
        #TD connect to mail.sample.com[10.0.0.1]: No route to host (port 25)
        #TD connect to sample.net[192.168.0.1]: read timeout (port 25)
-@@ -1530,8 +1532,9 @@ while ( <> ) {
+@@ -1530,8 +1531,9 @@ while ( <> ) {
     # end of $re_QID section
  
     # see also ConnectionLost in $re_QID section


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/F-8/logwatch.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- logwatch.spec	24 Oct 2008 07:36:32 -0000	1.90
+++ logwatch.spec	24 Oct 2008 07:53:52 -0000	1.91
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -196,7 +196,7 @@
 %doc License project/CHANGES 
 
 %changelog
-* Fri Oct 24 2008 Ivana Varekova <varrkova at redhat.com> 7.3.6-19
+* Fri Oct 24 2008 Ivana Varekova <varrkova at redhat.com> 7.3.6-20
 - parse another bunch of postfix logs(#467378)
 
 * Fri Oct 17 2008 Ivana Varekova <varekova at redhat.com> 7.3.6-18




More information about the fedora-extras-commits mailing list