diff options
author | roberto <roberto@FreeBSD.org> | 2002-04-08 21:30:01 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-04-08 21:30:01 +0800 |
commit | 13e8f274eaf58e92104b2efba6947faf42689c73 (patch) | |
tree | d1b9c1a70f7869f020db479692e7d934e8e02692 /www | |
parent | 2e72eb41258e7c6950c54cc7097b22d5360fe9e5 (diff) | |
download | freebsd-ports-gnome-13e8f274eaf58e92104b2efba6947faf42689c73.tar.gz freebsd-ports-gnome-13e8f274eaf58e92104b2efba6947faf42689c73.tar.zst freebsd-ports-gnome-13e8f274eaf58e92104b2efba6947faf42689c73.zip |
Fix typo in the optional WITH_SUEXEC section.
PR: ports/36872
Submitted by: Hye-Shik Chang <perky@fallin.lv> (MAINTAINER)
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile | 2 | ||||
-rw-r--r-- | www/apache20/Makefile | 2 | ||||
-rw-r--r-- | www/apache21/Makefile | 2 | ||||
-rw-r--r-- | www/apache22/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 6f869f77c00e..42fb552410d9 100644 --- a/www/apache2/Makefile +++ b/www/apache2/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" diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 6f869f77c00e..42fb552410d9 100644 --- a/www/apache20/Makefile +++ b/www/apache20/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" diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 6f869f77c00e..42fb552410d9 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" diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 6f869f77c00e..42fb552410d9 100644 --- a/www/apache22/Makefile +++ b/www/apache22/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" |