diff options
author | roberto <roberto@FreeBSD.org> | 2002-04-08 13:30:01 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-04-08 13:30:01 +0000 |
commit | 13e8f274eaf58e92104b2efba6947faf42689c73 (patch) | |
tree | d1b9c1a70f7869f020db479692e7d934e8e02692 /www/apache21 | |
parent | 2e72eb41258e7c6950c54cc7097b22d5360fe9e5 (diff) | |
download | FreeBSD-ports-13e8f274eaf58e92104b2efba6947faf42689c73.zip FreeBSD-ports-13e8f274eaf58e92104b2efba6947faf42689c73.tar.gz |
Fix typo in the optional WITH_SUEXEC section.
PR: ports/36872
Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER)
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 6f869f7..42fb552 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -64,7 +64,7 @@ SUEXEC_USERDIR?= public_html CONFIGURE_ARGS+= --enable-suexec \ --with-suexec-caller=www \ --with-suexec-userdir="${SUEXEC_USERDIR}" \ - --with-suexec-uidmim=1000 --with-suexec-gidmin=1000 \ + --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ --with-suexec-docroot="${PREFIX}/www/data" \ --with-suexec-safepath="${PREFIX}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \ --with-suexec-logfile="/var/log/httpd-suexec.log" |