[Pkg-nagios-changes] [pkg-nagios-plugins] 237/413: drop 14_check_log_paths.dpatch

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 0728e907597aebd1f58f52e550b86e29d8a839de
Author: Jan Wagner <waja at cyconet.org>
Date:   Fri Apr 9 18:07:03 2010 +0000

    drop 14_check_log_paths.dpatch
---
 debian/changelog                         |  2 ++
 debian/patches/00list                    |  1 -
 debian/patches/14_check_log_paths.dpatch | 27 ---------------------------
 3 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d45b448..632bdf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 nagios-plugins (1.4.14-5) UNRELEASED; urgency=low
 
   * Adding links to bugreports into most of the patches
+  * Dropping patches not needed anymore:
+    - 14_check_log_paths.dpatch
 
  -- Jan Wagner <waja at cyconet.org>  Thu, 08 Apr 2010 23:54:05 +0200
 
diff --git a/debian/patches/00list b/debian/patches/00list
index 758c328..750f8bd 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,7 +1,6 @@
 02_check_icmp_links.dpatch
 06_checkircd.dpatch
 13_subst.in_again.dpatch
-14_check_log_paths.dpatch
 18_check_game_cmdline.dpatch
 22_check_smb_hostaddress.dpatch
 23_check_smb_password.dpatch
diff --git a/debian/patches/14_check_log_paths.dpatch b/debian/patches/14_check_log_paths.dpatch
deleted file mode 100755
index 3396c42..0000000
--- a/debian/patches/14_check_log_paths.dpatch
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 14_check_log_paths.dpatch by  <seanius at debian.org>
-##
-## DP: Use correct absolut path.
-
- 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=`/usr/bin/basename $0`
- PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
- REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'`
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list