diff options
author | martti <martti> | 2002-11-15 09:08:06 +0000 |
---|---|---|
committer | martti <martti> | 2002-11-15 09:08:06 +0000 |
commit | a7932caaf4e09fccfb3e77629ab5aba04235c57a (patch) | |
tree | 65f0029a8ea941857240d73f59a4baafed979c01 | |
parent | 6071fc5cae7590db3eca6b2babb795be180d9502 (diff) | |
download | pkgsrc-a7932caaf4e09fccfb3e77629ab5aba04235c57a.tar.gz |
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
-rw-r--r-- | www/apache/Makefile | 3 | ||||
-rw-r--r-- | www/apache6/Makefile | 3 |
2 files changed, 4 insertions, 2 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" 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" |