diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-24 17:28:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-24 17:28:58 +0000 |
commit | c4f66fbf9a4937b6dd6cca41c8735be5ad413287 (patch) | |
tree | 7fc67b0a55d8d1985770493e2c70b81d7fc24f00 /www/apache13-modssl/Makefile | |
parent | 51955891a84a005873d85ec137fd5df801a7590c (diff) | |
download | ports-c4f66fbf9a4937b6dd6cca41c8735be5ad413287.tar.gz ports-c4f66fbf9a4937b6dd6cca41c8735be5ad413287.zip |
Notes
Diffstat (limited to 'www/apache13-modssl/Makefile')
-rw-r--r-- | www/apache13-modssl/Makefile | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index c3ebc9fa9683..c211d38058e5 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -128,43 +128,43 @@ CRT= KEY= pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_APACHE_SUEXEC=yes enable the suEXEC feature" - @${ECHO} " [default is no]" - @${ECHO} " APACHE_SUEXEC_CALLER=user set the suEXEC username of the allowed caller" - @${ECHO} " [default is www]" - @${ECHO} " APACHE_SUEXEC_DOCROOT=dir set the suEXEC root directory" - @${ECHO} " [default is ${DOCUMENT_ROOT}]" - @${ECHO} " APACHE_SUEXEC_LOG=file set the suEXEC logfile" - @${ECHO} " [default is /var/log/httpd-suexec.log]" - @${ECHO} " APACHE_SUEXEC_USERDIR=dir set the suEXEC user subdirectory" - @${ECHO} " [default is public_html]" - @${ECHO} " APACHE_SUEXEC_UIDMIN=uid set the suEXEC minimal allowed UID" - @${ECHO} " [default is 1000]" - @${ECHO} " APACHE_SUEXEC_GIDMIN=gid set the suEXEC minimal allowed GID" - @${ECHO} " [default is 1000]" - @${ECHO} " APACHE_SUEXEC_SAFE_PATH=path set the suEXEC safe PATH" - @${ECHO} " [default is /bin:/usr/bin:${PREFIX}/bin]" - @${ECHO} " APACHE_SUEXEC_UMASK=umask set the umask for the suEXEC'd script" - @${ECHO} " [default is inherited from the Apache process]" - @${ECHO} "" - @${ECHO} " APACHE_HARD_SERVER_LIMIT=nr Maximum number of Apache processes." - @${ECHO} " [default is 512]" - @${ECHO} " APACHE_FD_SETSIZE=nr Maximum number of descriptors." - @${ECHO} " [default is 1024]" - @${ECHO} "" - @${ECHO} " APACHE_BUFFERED_LOGS=yes Log entries are buffered before writing." - @${ECHO} " Writes may not be atomic, entries from multiple" - @${ECHO} " children could become mixed together and your" - @${ECHO} " web stats may be inaccurate." - @${ECHO} " [default is no]" - @${ECHO} " APACHE_PERF_TUNING=yes CFLAGS optimization." - @${ECHO} " This setting may produce broken code and thus" - @${ECHO} " is not recommended for production servers." - @${ECHO} " [default is no]" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} "You may use the following build options:" + @${ECHO_MSG} "" + @${ECHO_MSG} " WITH_APACHE_SUEXEC=yes enable the suEXEC feature" + @${ECHO_MSG} " [default is no]" + @${ECHO_MSG} " APACHE_SUEXEC_CALLER=user set the suEXEC username of the allowed caller" + @${ECHO_MSG} " [default is www]" + @${ECHO_MSG} " APACHE_SUEXEC_DOCROOT=dir set the suEXEC root directory" + @${ECHO_MSG} " [default is ${DOCUMENT_ROOT}]" + @${ECHO_MSG} " APACHE_SUEXEC_LOG=file set the suEXEC logfile" + @${ECHO_MSG} " [default is /var/log/httpd-suexec.log]" + @${ECHO_MSG} " APACHE_SUEXEC_USERDIR=dir set the suEXEC user subdirectory" + @${ECHO_MSG} " [default is public_html]" + @${ECHO_MSG} " APACHE_SUEXEC_UIDMIN=uid set the suEXEC minimal allowed UID" + @${ECHO_MSG} " [default is 1000]" + @${ECHO_MSG} " APACHE_SUEXEC_GIDMIN=gid set the suEXEC minimal allowed GID" + @${ECHO_MSG} " [default is 1000]" + @${ECHO_MSG} " APACHE_SUEXEC_SAFE_PATH=path set the suEXEC safe PATH" + @${ECHO_MSG} " [default is /bin:/usr/bin:${PREFIX}/bin]" + @${ECHO_MSG} " APACHE_SUEXEC_UMASK=umask set the umask for the suEXEC'd script" + @${ECHO_MSG} " [default is inherited from the Apache process]" + @${ECHO_MSG} "" + @${ECHO_MSG} " APACHE_HARD_SERVER_LIMIT=nr Maximum number of Apache processes." + @${ECHO_MSG} " [default is 512]" + @${ECHO_MSG} " APACHE_FD_SETSIZE=nr Maximum number of descriptors." + @${ECHO_MSG} " [default is 1024]" + @${ECHO_MSG} "" + @${ECHO_MSG} " APACHE_BUFFERED_LOGS=yes Log entries are buffered before writing." + @${ECHO_MSG} " Writes may not be atomic, entries from multiple" + @${ECHO_MSG} " children could become mixed together and your" + @${ECHO_MSG} " web stats may be inaccurate." + @${ECHO_MSG} " [default is no]" + @${ECHO_MSG} " APACHE_PERF_TUNING=yes CFLAGS optimization." + @${ECHO_MSG} " This setting may produce broken code and thus" + @${ECHO_MSG} " is not recommended for production servers." + @${ECHO_MSG} " [default is no]" + @${ECHO_MSG} "" post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/apache.sh \ @@ -200,7 +200,7 @@ pre-install: post-install: ${INSTALL_DATA} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh-dist @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ + ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${INSTALL_SCRIPT} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \ fi |