[csw-devel] SF.net SVN: gar:[19418] csw/mgar/pkg/apache2/branches/apache24/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Oct 11 10:26:19 CEST 2012
Revision: 19418
http://gar.svn.sourceforge.net/gar/?rev=19418&view=rev
Author: bdwalton
Date: 2012-10-11 08:26:19 +0000 (Thu, 11 Oct 2012)
Log Message:
-----------
apache2/branches/apache24: add some experimental handling for ssl cert generation
Modified Paths:
--------------
csw/mgar/pkg/apache2/branches/apache24/Makefile
Modified: csw/mgar/pkg/apache2/branches/apache24/Makefile
===================================================================
--- csw/mgar/pkg/apache2/branches/apache24/Makefile 2012-10-11 07:26:15 UTC (rev 19417)
+++ csw/mgar/pkg/apache2/branches/apache24/Makefile 2012-10-11 08:26:19 UTC (rev 19418)
@@ -75,6 +75,8 @@
PRESERVECONF += $(sysconfdir)/apache24/magic
PRESERVECONF += $(sysconfdir)/apache24/httpd.conf
+SSLCERT = /etc/opt/csw/apache24/server
+
# We need this to get bdb48/lib into the runpath
EXTRA_LIB = $(prefix)/bdb48/lib
@@ -115,4 +117,7 @@
mv $$f $(PKGROOT)/$(sysconfdir)/apache24/; \
ln -s $(sysconfdir)/apache24/$$f $$f; \
done )
+
+ @(cd $(PKGROOT)/$(sysconfdir)/apache24; \
+ echo "# create server.(crt|csr)/server.key" > server )
@$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list