[Pkg-nagios-devel] nagios-plugins/debian/patches 00list, 1.6,
1.7 14_check_log_paths.dpatch, NONE, 1.1
seanius at haydn.debian.org
seanius at haydn.debian.org
Sun Oct 9 15:02:18 UTC 2005
Update of /cvsroot/pkg-nagios/nagios-plugins/debian/patches
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv15533/debian/patches
Modified Files:
00list
Added Files:
14_check_log_paths.dpatch
Log Message:
check_log pathfix
Index: 00list
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/patches/00list,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 00list 7 Oct 2005 20:40:47 -0000 1.6
+++ 00list 9 Oct 2005 15:02:15 -0000 1.7
@@ -3,3 +3,4 @@
11_check_ups.c_perfdata_fix.dpatch
12_check_mysql.c_mysql_options.dpatch
13_subst.in_again.dpatch
+14_check_log_paths.dpatch
--- NEW FILE: 14_check_log_paths.dpatch ---
#! /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.
@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 16:59:27.000000000 +0200
@@ -62,12 +62,12 @@
ECHO="/bin/echo"
GREP="/bin/grep"
-DIFF="/bin/diff"
-TAIL="/bin/tail"
+DIFF="/usr/bin/diff"
+TAIL="/usr/bin/tail"
CAT="/bin/cat"
RM="/bin/rm"
-PROGNAME=`/bin/basename $0`
+PROGNAME=`/usr/bin/basename $0`
PROGPATH=`echo $0 | /bin/sed -e 's,[\\/][^\\/][^\\/]*$,,'`
REVISION=`echo '$Revision: 1.1 $' | /bin/sed -e 's/[^0-9.]//g'`
More information about the Pkg-nagios-devel
mailing list