summaryrefslogtreecommitdiff
path: root/www/apache6
diff options
context:
space:
mode:
authormartti <martti>2002-11-15 09:08:06 +0000
committermartti <martti>2002-11-15 09:08:06 +0000
commita7932caaf4e09fccfb3e77629ab5aba04235c57a (patch)
tree65f0029a8ea941857240d73f59a4baafed979c01 /www/apache6
parent6071fc5cae7590db3eca6b2babb795be180d9502 (diff)
downloadpkgsrc-a7932caaf4e09fccfb3e77629ab5aba04235c57a.tar.gz
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
Diffstat (limited to 'www/apache6')
-rw-r--r--www/apache6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 439c4bc4e78..3b8793cef96 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2002/10/06 12:49:59 tron Exp $
+# $NetBSD: Makefile,v 1.60 2002/11/15 09:08:07 martti Exp $
#
# This package does not compile in mod_ssl support hooks, as it conflicts
# with IPv6-enable patch.
@@ -165,6 +165,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 "../../textproc/expat/buildlink2.mk"