summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 300a776)
raw | patch | inline | side by side (parent: 300a776)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 22 Mar 2006 14:32:06 +0000 (14:32 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 22 Mar 2006 14:32:06 +0000 (14:32 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c
plugins-scripts/check_log.sh | patch | blob | history |
index 601c6930308388a20c6d37446fd65bfe562c4580..38375dd15c0440e2d08cb0e10348bff8ce9ffaa2 100755 (executable)
# Paths to commands used in this script. These
# may have to be modified to match your system setup.
-
-PATH=""
+# TV: removed PATH restriction. Need to think more about what this means overall
+#PATH=""
ECHO="/bin/echo"
GREP="/bin/egrep"