Hi all,

I found a bug in src/web-interfaces/node/Makfile. Linking to the wrong target cannot work of course ;-D I forget to set the correct prefix for the node configuration file ("$(DEST_CGI_CONFDIR)/"). See "TARGET=".

OpenCA/cvs/openca_0_9_2/openca-0.9/src/web-interfaces/node> cvs diff Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/openca/openca-0.9/src/web-interfaces/node/Makefile,v
retrieving revision 1.12.2.2
diff -r1.12.2.2 Makefile
60c60
< $(MAKE) __install_ln_s TARGET=${node_prefix}.conf LINK=$(DEST_CGI_CONFDIR)/common.conf; \
---
> $(MAKE) __install_ln_s TARGET=$(DEST_CGI_CONFDIR)/${node_prefix}.conf LINK=$(DEST_CGI_CONFDIR)/common.conf; \


I will commit a fix to HEAD and 0_9_2. So it will be part of 0.9.2.1.

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________


------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to