]> git.pld-linux.org Git - packages/nagios-plugins.git/commitdiff
drop nagios-plugins-check_log_paths.patch
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Nov 2017 20:50:24 +0000 (22:50 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Nov 2017 20:51:18 +0000 (22:51 +0200)
programs are used from $PATH

refs 0e38cd1

nagios-plugins-check_log_paths.patch [deleted file]
nagios-plugins.spec

diff --git a/nagios-plugins-check_log_paths.patch b/nagios-plugins-check_log_paths.patch
deleted file mode 100644 (file)
index 1256414..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 14_check_log_paths.dpatch by  <seanius@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@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'`
index 85c886c80dfa838e278ad5212c58e9a00668f5cc..8cc6b60ef27628923f5e90f992fb4b9b31082354 100644 (file)
@@ -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
This page took 0.080731 seconds and 4 git commands to generate.