]> git.pld-linux.org Git - packages/nagios-plugins.git/blob - nagios-plugins-check_log_paths.patch
fix check_file_age utils.pm locate
[packages/nagios-plugins.git] / nagios-plugins-check_log_paths.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 14_check_log_paths.dpatch by  <seanius@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
6
7 @DPATCH@
8 diff -urNad nagios-plugins~/plugins-scripts/check_log.sh nagios-plugins/plugins-scripts/check_log.sh
9 --- nagios-plugins~/plugins-scripts/check_log.sh        2005-02-04 00:51:35.000000000 +0100
10 +++ nagios-plugins/plugins-scripts/check_log.sh 2005-10-09 17:29:46.000000000 +0200
11 @@ -62,14 +62,14 @@
12  
13  ECHO="/bin/echo"
14  GREP="/bin/egrep"
15 -DIFF="/bin/diff"
16 -TAIL="/bin/tail"
17 +DIFF="/usr/bin/diff"
18 +TAIL="/usr/bin/tail"
19  CAT="/bin/cat"
20  RM="/bin/rm"
21  CHMOD="/bin/chmod"
22  TOUCH="/bin/touch"
23
24 -PROGNAME=`/bin/basename $0`
25 +PROGNAME=`/bin/basename $0`
26  PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
27  REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'`
28  
This page took 0.113549 seconds and 3 git commands to generate.