rpms/logwatch/devel logwatch-7.3.6-exim.patch, NONE, 1.1 logwatch.spec, 1.103, 1.104

Ivana Varekova varekova at fedoraproject.org
Thu Nov 13 11:46:30 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32473

Modified Files:
	logwatch.spec 
Added Files:
	logwatch-7.3.6-exim.patch 
Log Message:
- fix exim script


logwatch-7.3.6-exim.patch:

--- NEW FILE logwatch-7.3.6-exim.patch ---
diff -up logwatch-7.3.6/scripts/services/exim.pom logwatch-7.3.6/scripts/services/exim
--- logwatch-7.3.6/scripts/services/exim.pom	2007-02-11 02:50:47.000000000 +0100
+++ logwatch-7.3.6/scripts/services/exim	2008-11-13 12:33:35.000000000 +0100
@@ -275,11 +275,13 @@ if ($Detail >= $LvlRestart) {
 }
 
 if ($Detail >= $LvlRestart) {
-   print "\n--- Queue Runners ---\n";
-   # Start Queue
-   $StartQueue and print "  Start queue run: $StartQueue Time(s)\n";
-   # End Queue
-   $EndQueue and print "  End queue run: $EndQueue Time(s)\n";
+   if (($StartQueue >0 ) or ($EndQueue > 0)) {
+      print "\n--- Queue Runners ---\n";
+      # Start Queue
+      $StartQueue and print "  Start queue run: $StartQueue Time(s)\n";
+      # End Queue
+      $EndQueue and print "  End queue run: $EndQueue Time(s)\n";
+   }
 }
 
 if ($Detail >= $LvlVerify) {


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- logwatch.spec	11 Nov 2008 11:04:20 -0000	1.103
+++ logwatch.spec	13 Nov 2008 11:46:00 -0000	1.104
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 34%{?dist}
+Release: 35%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -44,6 +44,7 @@
 Patch41: logwatch-7.3.6-logrotate.patch
 Patch45: logwatch-7.3.6-init2.patch
 Patch46: logwatch-7.3.6-secure2.patch
+Patch47: logwatch-7.3.6-exim.patch
 
 Requires: textutils sh-utils grep mailx
 Requires: perl(Date::Manip)
@@ -96,6 +97,7 @@
 %patch41 -p1
 %patch45 -p1
 %patch46 -p1
+%patch47 -p1
 rm -f scripts/services/*.orig
 
 %build
@@ -207,6 +209,9 @@
 %doc License project/CHANGES 
 
 %changelog
+* Thu Nov 13 2008 Ivana Varekova <varekova at redhat.com> 7.3.6-35
+- fix exim script
+
 * Tue Nov 11 2008 Ivana Varekova <varekova at redhat.com> 7.3.6-34
 - fix pam-unix script patches
 




More information about the fedora-extras-commits mailing list