Robert Joop wrote:
> 
> i just stumbled across this in openca-0.9/src/conf/misc/Makefile.in:
> 
> RA_DIR=${ra_prefix}/conf/misc
> CA_DIR=${ca_prefix}/conf/misc
> 
> ca-conf:
>         @$(INSTALL) -d -o ${user} -g ${group} -m 755 $(CA_DIR)
>         @$(INSTALL) $(INSTALL_OPT) Makefile.crt ${ca_prefix}/chain/Makefile
> 
> raserver-conf:
>         @$(INSTALL) -d -o ${user} -g ${group} -m 755 $(RA_DIR)
>         @$(INSTALL) $(INSTALL_OPT) Makefile.crt ${ra_prefix}/chain/Makefile
> 
> now what?
> create .../conf/misc/ and then install into .../chain/ directory?

The files are always right ;-D
So the directory must be (R|C)A_DIR=${(r|c)a_prefix}/chain.

Michael
-------------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email (work):
[EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.(work): +49 (0)30-2093 2482
Unter den Linden 6             Fax.(work): +49 (0)30-2093 2959
10099 Berlin
Germany                                           [OpenCA Core
Developer]

http://openca.sourceforge.net

_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to