[packages/nagios-plugins] drop nagios-plugins-check_log_paths.patch

glen glen at pld-linux.org
Thu Nov 9 21:53:52 CET 2017


commit 4e2b9f094d446a916bd0ba726469fab613f9211a
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Thu Nov 9 22:50:24 2017 +0200

    drop nagios-plugins-check_log_paths.patch
    
    programs are used from $PATH
    
    refs 0e38cd1

 nagios-plugins-check_log_paths.patch | 28 ----------------------------
 nagios-plugins.spec                  |  1 -
 2 files changed, 29 deletions(-)
---
diff --git a/nagios-plugins.spec b/nagios-plugins.spec
index 85c886c..8cc6b60 100644
--- a/nagios-plugins.spec
+++ b/nagios-plugins.spec
@@ -33,7 +33,6 @@ Patch2:		nagios-plugins-check_http-ssl.patch
 Patch4:		%{name}-noroot.patch
 Patch5:		%{name}-check_ping-socket-filter-warning.patch
 Patch7:		%{name}-pgsql.patch
-Patch9:		%{name}-check_log_paths.patch
 Patch13:	%{name}-check_radius_segfault.patch
 Patch21:	%{name}-check_hpjd-no-paper-out.patch
 Patch23:	%{name}-check_disk_smb-zero-cap.patch
diff --git a/nagios-plugins-check_log_paths.patch b/nagios-plugins-check_log_paths.patch
deleted file mode 100644
index 1256414..0000000
--- a/nagios-plugins-check_log_paths.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 14_check_log_paths.dpatch by  <seanius at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad nagios-plugins~/plugins-scripts/check_log.sh nagios-plugins/plugins-scripts/check_log.sh
---- nagios-plugins~/plugins-scripts/check_log.sh	2005-02-04 00:51:35.000000000 +0100
-+++ nagios-plugins/plugins-scripts/check_log.sh	2005-10-09 17:29:46.000000000 +0200
-@@ -62,14 +62,14 @@
- 
- 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"
- TOUCH="/bin/touch"
-
--PROGNAME=`/bin/basename $0`
-+PROGNAME=`/bin/basename $0`
- PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
- REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'`
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios-plugins.git/commitdiff/9d4eeda96dc16fb53519d0d605fcb1c38bbac734



More information about the pld-cvs-commit mailing list