summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/configure
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2000-03-19 11:17:43 +0000
committerBob Beck <beck@cvs.openbsd.org>2000-03-19 11:17:43 +0000
commit8a656e7264c69226f988a995b648ab1de519fb55 (patch)
tree3e114ebcac261357d88406f443100d10bb9f3a34 /usr.sbin/httpd/configure
parent7db975ebca645f201c0524911da141f4fcc49366 (diff)
apache 1.3.12 + mod_ssl 2.6.2 merge
Diffstat (limited to 'usr.sbin/httpd/configure')
-rw-r--r--usr.sbin/httpd/configure15
1 files changed, 12 insertions, 3 deletions
diff --git a/usr.sbin/httpd/configure b/usr.sbin/httpd/configure
index 58e05e2b58d..9e019641128 100644
--- a/usr.sbin/httpd/configure
+++ b/usr.sbin/httpd/configure
@@ -72,7 +72,13 @@ DIFS='
##
## avoid brain dead shells on Ultrix and friends
##
-test -f /bin/sh5 && exec /bin/sh5 $0 "$@"
+if [ -f /bin/sh5 ]; then
+ if [ ".$APACI_SH5_UPGRADE_STEP" != .done ]; then
+ APACI_SH5_UPGRADE_STEP=done
+ export APACI_SH5_UPGRADE_STEP
+ exec /bin/sh5 $0 "$@"
+ fi
+fi
##
## the paths to the Apache source tree
@@ -423,7 +429,10 @@ do
echo " --libexecdir=DIR install program executables in DIR"
echo " --mandir=DIR install manual pages in DIR"
echo " --sysconfdir=DIR install configuration files in DIR"
- echo " --datadir=DIR install read-only data files in DIR"
+ echo " --datadir=DIR install read-only data files in DIR"
+ echo " --iconsdir=DIR install read-only icon files in DIR"
+ echo " --htdocsdir=DIR install read-only document files in DIR"
+ echo " --cgidir=DIR install read-only cgi files in DIR"
echo " --includedir=DIR install includes files in DIR"
echo " --localstatedir=DIR install modifiable data files in DIR"
echo " --runtimedir=DIR install runtime data in DIR"
@@ -448,7 +457,7 @@ do
echo " --without-confadjust disable the user/situation adjustments in config"
echo " --without-execstrip disable the stripping of executables on installation"
echo " --server-uid=UID set the user ID the web server should run as [nobody]"
- echo " --server-gid=GID set the group ID the web server UID is a memeber of [-1]"
+ echo " --server-gid=GID set the group ID the web server UID is a memeber of [#-1]"
echo ""
echo "suEXEC options:"
echo " --enable-suexec enable the suEXEC feature"