rpms/logwatch/devel logwatch-7.3.6-init.patch, 1.1, 1.2 logwatch.spec, 1.95, 1.96

Ivana Varekova varekova at fedoraproject.org
Tue Aug 26 11:09:10 UTC 2008


Author: varekova

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

Modified Files:
	logwatch-7.3.6-init.patch logwatch.spec 
Log Message:
- fix init script problem
  (#459887)


logwatch-7.3.6-init.patch:

Index: logwatch-7.3.6-init.patch
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch-7.3.6-init.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logwatch-7.3.6-init.patch	20 Jun 2008 09:47:46 -0000	1.1
+++ logwatch-7.3.6-init.patch	26 Aug 2008 11:09:09 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up logwatch-7.3.6/scripts/services/init.pom logwatch-7.3.6/scripts/services/init
 --- logwatch-7.3.6/scripts/services/init.pom	2006-12-20 16:25:09.000000000 +0100
-+++ logwatch-7.3.6/scripts/services/init	2008-06-20 10:39:00.000000000 +0200
++++ logwatch-7.3.6/scripts/services/init	2008-08-26 12:58:15.000000000 +0200
 @@ -34,6 +34,9 @@ while (defined($ThisLine = <STDIN>)) {
  	   chomp ($ThisLine);
  	   $ReExecInit++;
@@ -20,7 +20,7 @@
  	print "\n\nRe-execs of init: $ReExecInit times\n";
  }
  
-+if ((keys %ProcessKilled)) {
++if ((keys %ProcessKilled) and ($Detail >=10)) {
 +   print "\nKilled processses:\n";
 +   foreach (keys %ProcessKilled) {
 +      my ($Name,$Cause)=split ",";


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- logwatch.spec	15 Aug 2008 12:21:25 -0000	1.95
+++ logwatch.spec	26 Aug 2008 11:09:09 -0000	1.96
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 26%{?dist}
+Release: 27%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -209,6 +209,10 @@
 %doc License project/CHANGES 
 
 %changelog
+* Tue Aug 26 2008 Ivana Varekova <varekova at redhat.com> 7.3.6-27
+- fix init script problem
+  (#459887)
+
 * Fri Aug 15 2008 Ivana Varekova <varekova at redhat.com> 7.3.6-26
 - fix problem with changed logrotate suffixes (#458580)
 




More information about the fedora-extras-commits mailing list