[Pkg-nagios-changes] [pkg-nagios] r1882 - in nagios-plugins/trunk/debian: . patches

Jan Wagner waja at alioth.debian.org
Fri Apr 9 18:07:16 UTC 2010


Author: waja
Date: 2010-04-09 18:07:03 +0000 (Fri, 09 Apr 2010)
New Revision: 1882

Removed:
   nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch
Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/patches/00list
Log:
drop 14_check_log_paths.dpatch

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2010-04-09 12:16:15 UTC (rev 1881)
+++ nagios-plugins/trunk/debian/changelog	2010-04-09 18:07:03 UTC (rev 1882)
@@ -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
 

Modified: nagios-plugins/trunk/debian/patches/00list
===================================================================
--- nagios-plugins/trunk/debian/patches/00list	2010-04-09 12:16:15 UTC (rev 1881)
+++ nagios-plugins/trunk/debian/patches/00list	2010-04-09 18:07:03 UTC (rev 1882)
@@ -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

Deleted: nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch
===================================================================
--- nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch	2010-04-09 12:16:15 UTC (rev 1881)
+++ nagios-plugins/trunk/debian/patches/14_check_log_paths.dpatch	2010-04-09 18:07:03 UTC (rev 1882)
@@ -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'`
- 




More information about the Pkg-nagios-changes mailing list