summaryrefslogtreecommitdiffstats
path: root/monitoring-plugins/monitoring-plugins-0003-Fedora-specific-fixes-for-searching-for-diff-and-tai.patch
blob: e98126852bafcd5d44e5c57a07d5174d7788300a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 9daef71650a4999fc8d78773c32e9fafc73b3a5c Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 10 Mar 2010 12:10:16 +0300
Subject: [PATCH 03/10] Fedora-specific fixes for searching for diff and tail

---
 plugins-scripts/check_log.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh
index a1bfb48..20fc2b2 100755
--- a/plugins-scripts/check_log.sh
+++ b/plugins-scripts/check_log.sh
@@ -62,8 +62,8 @@
 
 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"
-- 
1.8.3.1