rpms/nagios-plugins/devel nagios-plugins-check_log-path.patch, NONE, 1.1 nagios-plugins.spec, 1.33, 1.34

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Jan 10 13:15:35 UTC 2008


Author: mmcgrath

Update of /cvs/extras/rpms/nagios-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25135

Modified Files:
	nagios-plugins.spec 
Added Files:
	nagios-plugins-check_log-path.patch 
Log Message:
Added nagios-plugins-check_log patch for 395601

nagios-plugins-check_log-path.patch:

--- NEW FILE nagios-plugins-check_log-path.patch ---
--- nagios-plugins-1.4.8/plugins-scripts/check_log.sh.orig  2007-11-22 12:19:57.000000000 +0000
+++ nagios-plugins-1.4.8/plugins-scripts/check_log.sh   2007-11-22 12:20:13.000000000 +0000
@@ -62,8 +62,8 @@
 
 ECHO="/bin/echo"
 GREP="/bin/egrep"
-DIFF="/bin/diff"
-TAIL="/bin/tail"
+DIFF="/usr/bin/diff"
+TAIL="/usr/bin/tail"
 CAT="/bin/cat"
 RM="/bin/rm"
 CHMOD="/bin/chmod"



Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- nagios-plugins.spec	6 Dec 2007 19:56:49 -0000	1.33
+++ nagios-plugins.spec	10 Jan 2008 13:14:51 -0000	1.34
@@ -1,6 +1,6 @@
 Name: nagios-plugins
 Version: 1.4.10
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
@@ -11,6 +11,7 @@
 Patch0: nagios-plugins-1.4.3-subst.patch
 Patch1: nagios-plugins-1.4.3-ntpd.patch
 Patch2: nagiosplugins-checksnmp-crash.patch
+Patch3: nagios-plugins-check_log-path.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: openldap-devel
@@ -511,6 +512,7 @@
 %patch0 -p1
 %patch1 -p0
 %patch2 -p0
+%patch3 -p1
 
 %build
 %configure \
@@ -796,6 +798,9 @@
 %{_libdir}/nagios/plugins/utils.sh
 
 %changelog
+* Thu Jan 10 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.10-3
+- Fixed check_log plugin #395601
+
 * Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.4.10-2
 - Rebuild for deps
 




More information about the fedora-extras-commits mailing list