[Nagiosplug-checkins] nagiosplug/plugins-scripts check_log.sh,1.6,1.7

Ton Voon tonvoon at users.sourceforge.net
Wed Mar 22 06:33:08 CET 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30439

Modified Files:
	check_log.sh 
Log Message:
Remove PATH restriction


Index: check_log.sh
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_log.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- check_log.sh	22 Mar 2006 12:59:36 -0000	1.6
+++ check_log.sh	22 Mar 2006 14:32:06 -0000	1.7
@@ -57,8 +57,8 @@
 
 # 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"





More information about the Commits mailing list