SOURCES: nagios-plugins-configure.patch - add --with-qmail-qstat-command=PATH

glen glen at pld-linux.org
Sat Oct 11 13:34:53 CEST 2008


Author: glen                         Date: Sat Oct 11 11:34:53 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add --with-qmail-qstat-command=PATH

---- Files affected:
SOURCES:
   nagios-plugins-configure.patch (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/nagios-plugins-configure.patch
diff -u /dev/null SOURCES/nagios-plugins-configure.patch:1.10
--- /dev/null	Sat Oct 11 13:34:54 2008
+++ SOURCES/nagios-plugins-configure.patch	Sat Oct 11 13:34:48 2008
@@ -0,0 +1,14 @@
+--- nagios-plugins-1.4.13/configure.in~	2008-10-11 14:23:22.000000000 +0300
++++ nagios-plugins-1.4.13/configure.in	2008-10-11 14:32:51.873613770 +0300
+@@ -1298,7 +1298,10 @@
+ fi
+ 
+ AC_PATH_PROG(PATH_TO_QMAIL_QSTAT,qmail-qstat)
+-if test -x "$PATH_TO_QMAIL_QSTAT"
++AC_ARG_WITH(qmail_qstat_command,
++            ACX_HELP_STRING([--with-qmail-qstat-command=PATH],
++                            [sets path to qmail-qstat]), PATH_TO_QMAIL_QSTAT=$withval)
++if test -n "$PATH_TO_QMAIL_QSTAT"
+ then
+ 	AC_DEFINE_UNQUOTED(PATH_TO_MAILQ,"$PATH_TO_QMAIL_QSTAT",[path to qmail-qstat])
+ else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nagios-plugins-configure.patch?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list