[csw-devel] SF.net SVN: gar:[19379] csw/mgar/pkg/apache2/branches/apache24/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Oct 4 21:27:28 CEST 2012


Revision: 19379
          http://gar.svn.sourceforge.net/gar/?rev=19379&view=rev
Author:   bdwalton
Date:     2012-10-04 19:27:28 +0000 (Thu, 04 Oct 2012)
Log Message:
-----------
apache2/branches/apache24: mv envvars* to the server root directory so they can be handled as config files

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-04 18:51:59 UTC (rev 19378)
+++ csw/mgar/pkg/apache2/branches/apache24/Makefile	2012-10-04 19:27:28 UTC (rev 19379)
@@ -105,4 +105,9 @@
 		perl -pi -e 's|/usr/local/apache2|/etc/opt/csw/apache2|g' man8/* )
 	@( ginstall -d $(PKGROOT)/etc/opt/csw/init.d; \
 	    ginstall $(WORKSRC_FIRSTMOD)/../cswapache24 $(PKGROOT)/etc/opt/csw/init.d )
+	@(cd $(PKGROOT)/$(sbindir); \
+	   for f in envvars*; do \
+		mv $$f $(PKGROOT)/$(sysconfdir)/apache24/; \
+		ln -s $(sysconfdir)/apache24/$$f $$f; \
+	   done )
 	@$(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