[Nagiosplug-checkins] nagiosplug/plugins Makefile.am,1.58,1.59
M. Sean Finney
seanius at users.sourceforge.net
Sat Oct 29 05:48:54 CEST 2005
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10087
Modified Files:
Makefile.am
Log Message:
patch from nsturm: Makefile.am should have been checking for check_ldap
instead of check_ldaps. the result was that check_ldaps was not being
created during the build process.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/Makefile.am,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Makefile.am 25 Oct 2005 10:38:02 -0000 1.58
+++ Makefile.am 29 Oct 2005 12:46:49 -0000 1.59
@@ -144,7 +144,7 @@
install-exec-hook:
cd $(DESTDIR)$(libexecdir) && \
for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\
- if [ -x check_ldaps ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
+ if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi
clean-local:
rm -f $(check_tcp_programs)
More information about the Commits
mailing list