summaryrefslogtreecommitdiff
path: root/www/apache/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-11-15 09:08:06 +0000
committermartti <martti@pkgsrc.org>2002-11-15 09:08:06 +0000
commit06229b5bbf5126c9772250aa8a69e6d5c1973513 (patch)
tree65f0029a8ea941857240d73f59a4baafed979c01 /www/apache/Makefile
parentfae44ed5feec1e54fbd6def41bc73eca7e1731f2 (diff)
downloadpkgsrc-06229b5bbf5126c9772250aa8a69e6d5c1973513.tar.gz
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r--www/apache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index a81be5f1a45..d4107177171 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2002/10/25 09:00:29 tron Exp $
+# $NetBSD: Makefile,v 1.111 2002/11/15 09:08:06 martti Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -188,6 +188,7 @@ post-install:
${RM} -f ${PKG_SYSCONFDIR}/$${file}.default; \
done
${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/httpd/htdocs
+ ${CHMOD} 0 libexec/cgi-bin/printenv libexec/cgi-bin/test-cgi
.include "../../devel/libmm/buildlink2.mk"
.include "../../textproc/expat/buildlink2.mk"