summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-13 21:55:43 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-13 21:55:43 (GMT)
commit9db763963f3993f923619a2147e4313b09f12134 (patch)
tree7de03645f44f5b5ec42bb8894b0c5b3165196e25 /NEWS
parent20b598da6ee238a608c17524c4483fea1b14a4fa (diff)
downloadmonitoring-plugins-9db763963f3993f923619a2147e4313b09f12134.tar.gz
utils.sh: Don't define $ECHO
In utils.sh, $ECHO was set to printf(1) or echo(1), depending on whether printf(1) is available in /usr/bin. This resulted in various bugs, as printf(1) cannot be used in the same way as echo(1). Thanks to Trevor Hemsley for reporting one of those bugs: If $ECHO was set to printf(1), check_log stumbled when reporting a log line with a "%" character.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5f88ff5..d7fe8f3 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ This file documents the major additions and syntax changes between releases.
31.6 ... 31.6 ...
4 WARNINGS 4 WARNINGS
5 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells 5 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
6 utils.sh no longer defines ECHO
6 7
71.5 2nd October 2013 81.5 2nd October 2013
8 ENHANCEMENTS 9 ENHANCEMENTS