[csw-devel] SF.net SVN: gar:[11125] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Oct 2 04:16:53 CEST 2010
Revision: 11125
http://gar.svn.sourceforge.net/gar/?rev=11125&view=rev
Author: bdwalton
Date: 2010-10-02 02:16:53 +0000 (Sat, 02 Oct 2010)
Log Message:
-----------
apache2: tweak perm setting on CAS scripts to keep pax happy
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-10-02 01:16:49 UTC (rev 11124)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-10-02 02:16:53 UTC (rev 11125)
@@ -174,7 +174,7 @@
PKGFILES_CSWap2worker = .*share/doc/ap2_worker.*
PKGFILES_CSWapache2rt = .*share/doc/apache2rt.*
-PROTOTYPE_FILTER = awk '$$$$3 == "/opt/csw/apache2/sbin/suexec" { $$$$4 = "4755" }; { print }'
+PROTOTYPE_FILTER = awk '$$$$3 == "/opt/csw/apache2/sbin/suexec" { $$$$4 = "4755" }; $$$$3 ~ /cswap2mod/ { $$$$4 = "0555" }; { print }'
include gar/category.mk
@@ -197,7 +197,7 @@
@(cd $(WORKDIR); \
ginstall -d -m0755 $(CASD); \
for f in *cswap2mod; do \
- ginstall -m 0555 $$f $(CASD); \
+ ginstall -m 0755 $$f $(CASD); \
done)
copy-readmes:
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