[csw-devel] SF.net SVN: gar:[11024] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Sep 20 03:43:39 CEST 2010
Revision: 11024
http://gar.svn.sourceforge.net/gar/?rev=11024&view=rev
Author: bdwalton
Date: 2010-09-20 01:43:39 +0000 (Mon, 20 Sep 2010)
Log Message:
-----------
apache2: tweak postinstall config file permissions
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-09-20 01:26:31 UTC (rev 11023)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-09-20 01:43:39 UTC (rev 11024)
@@ -164,9 +164,9 @@
copy-local-files:
@ginstall -d $(DESTDIR)/etc/opt/csw/init.d
@ginstall $(WORKDIR)/cswapache2 $(DESTDIR)/etc/opt/csw/init.d
- @ginstall $(WORKDIR)/httpd.conf.CSW $(APACHE_ROOT)/etc
- @ginstall $(WORKDIR)/httpd-mpm.conf.CSW $(APACHE_ROOT)/etc/extra
- @ginstall $(WORKDIR)/httpd-ssl.conf.CSW $(APACHE_ROOT)/etc/extra
+ @ginstall -m0644 $(WORKDIR)/httpd.conf.CSW $(APACHE_ROOT)/etc
+ @ginstall -m0644 $(WORKDIR)/httpd-mpm.conf.CSW $(APACHE_ROOT)/etc/extra
+ @ginstall -m0644 $(WORKDIR)/httpd-ssl.conf.CSW $(APACHE_ROOT)/etc/extra
@ginstall $(WORKDIR)/update20to22 $(APACHE_ROOT)/sbin
# Create stock templates
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