This is a bug fix release, which includes some important fixes to --extra-opts (a way of specifying command line options within files). * check_http has options to specify the HTTP method (#2155152) * check_users thresholds were not working exactly as documented (>= rather than >)
13 lines
473 B
Text
13 lines
473 B
Text
$NetBSD: patch-ae,v 1.4 2009/12/15 18:59:54 bouyer Exp $
|
|
|
|
--- plugins/Makefile.am.orig 2009-06-06 09:04:48.000000000 +0200
|
|
+++ plugins/Makefile.am 2009-12-15 17:30:29.000000000 +0100
|
|
@@ -170,7 +170,7 @@
|
|
cd $(DESTDIR)$(libexecdir) && \
|
|
for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\
|
|
if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
|
|
-
|
|
+
|
|
clean-local:
|
|
rm -f $(check_tcp_programs)
|
|
rm -f NP-VERSION-FILE
|