[csw-devel] SF.net SVN: gar:[11088] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Sep 29 05:14:46 CEST 2010
Revision: 11088
http://gar.svn.sourceforge.net/gar/?rev=11088&view=rev
Author: bdwalton
Date: 2010-09-29 03:14:46 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
apache2: ensure suexec actually has setuid bit set via prototype filter
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-09-29 03:08:27 UTC (rev 11087)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-09-29 03:14:46 UTC (rev 11088)
@@ -189,6 +189,8 @@
PKGFILES_CSWapache2rt = .*share/doc/apache2rt.*
endif
+PROTOTYPE_FILTER = awk '$$$$3 == "/opt/csw/apache2/sbin/suexec" { $$$$4 = "4755" }; { print }'
+
include gar/category.mk
CFLAGS := -DSSL_EXPERIMENTAL -DSSL_ENGINE $(CFLAGS)
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