[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.36,1.37
Ton Voon
tonvoon at users.sourceforge.net
Wed Feb 12 14:22:08 CET 2003
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv17166
Modified Files:
configure.in
Log Message:
Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** configure.in 10 Feb 2003 23:59:22 -0000 1.36
--- configure.in 12 Feb 2003 22:21:55 -0000 1.37
***************
*** 502,506 ****
EXTRAS="$EXTRAS check_nagios"
AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -ao 'stat uid ppid comm args'")
! AC_DEFINE_UNQUOTED(PS_FORMAT,"%s%*[ +] %d %d %s %n",[Format string for scanning ps output in check_procs])
AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -ao 'vsz comm'",[])
AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s",[])
--- 502,506 ----
EXTRAS="$EXTRAS check_nagios"
AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -ao 'stat uid ppid comm args'")
! AC_DEFINE_UNQUOTED(PS_FORMAT,[["%s%*[ +] %d %d %s %n"]],[Format string for scanning ps output in check_procs])
AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -ao 'vsz comm'",[])
AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s",[])
***************
*** 729,733 ****
then
AC_MSG_CHECKING("nslookup syntax")
! if [nslookup -sil 127.0.0.1 2>&1 | grep "*** Invalid option: sil" >/dev/null]
then
AC_MSG_RESULT("$PATH_TO_NSLOOKUP")
--- 729,733 ----
then
AC_MSG_CHECKING("nslookup syntax")
! if [nslookup -sil 127.0.0.1 2>&1 | grep "Invalid option: sil" >/dev/null]
then
AC_MSG_RESULT("$PATH_TO_NSLOOKUP")
More information about the Commits
mailing list