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 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 -## -## DP: Use correct absolut path. - -@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'` -