[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.19,1.20 acconfig.h,1.3,1.4

Subhendu Ghosh sghosh at users.sourceforge.net
Tue Oct 29 21:08:04 CET 2002


Update of /cvsroot/nagiosplug/nagiosplug
In directory usw-pr-cvs1:/tmp/cvs-serv8594

Modified Files:
	configure.in acconfig.h 
Log Message:
monitor mailq

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** configure.in	16 Oct 2002 22:26:47 -0000	1.19
--- configure.in	30 Oct 2002 05:07:29 -0000	1.20
***************
*** 785,788 ****
--- 785,797 ----
  fi
  
+ 
+ AC_PATH_PROG(PATH_TO_MAILQ,mailq)
+ if test -x "$PATH_TO_MAILQ"
+ then
+ 	AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_MAILQ",[path to mailq])
+ else
+ 	echo "** Could not find mailq or eqivalent"
+ fi
+ 
  dnl dunno why this does not work below - use hack (kbd)
  dnl fine on linux, broken on solaris

Index: acconfig.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/acconfig.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** acconfig.h	16 Oct 2002 10:18:41 -0000	1.3
--- acconfig.h	30 Oct 2002 05:07:29 -0000	1.4
***************
*** 25,28 ****
--- 25,29 ----
  #undef PATH_TO_LMSTAT
  #undef PATH_TO_SMBCLIENT
+ #undef PATH_TO_MAILQ
  #undef PING_COMMAND
  #undef PING_PACKETS_FIRST





More information about the Commits mailing list