diff options
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/Makefile b/usr.sbin/httpd/Makefile index b2895c9fe25..edeff36f771 100644 --- a/usr.sbin/httpd/Makefile +++ b/usr.sbin/httpd/Makefile @@ -100,7 +100,7 @@ distribution: @-for i in ${CGIFILES}; do \ j=`dirname $$i`; \ echo "Installing ${DESTDIR}${WWWROOT}/$$i"; \ - ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 555 \ + ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 000 \ ${.CURDIR}/$$i ${DESTDIR}${WWWROOT}/$$j/; \ done @-for i in ${ICONFILES}; do \ |