aboutsummaryrefslogtreecommitdiff
path: root/www/apache22-peruser-mpm
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-03-27 18:59:43 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-03-27 18:59:43 +0000
commit637b376717ad5b089c06a9cfe1b616918305a6d4 (patch)
treeb5381668140e3879555ca9a2e1121fec1606253e /www/apache22-peruser-mpm
parent359b517bd78387ce13bdefa250eb8895a05c6d47 (diff)
downloadports-637b376717ad5b089c06a9cfe1b616918305a6d4.tar.gz
ports-637b376717ad5b089c06a9cfe1b616918305a6d4.zip
Notes
Diffstat (limited to 'www/apache22-peruser-mpm')
-rw-r--r--www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch b/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch
index 57342cd4d9c7..4a61ce7c8d62 100644
--- a/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch
+++ b/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch
@@ -457,7 +457,7 @@
+ }
if (status == APR_EGENERAL) {
- /* resource shortage or should-not-occur occured */
+ /* resource shortage or should-not-occur occurred */
clean_child_exit(1);
}
- else if (status != APR_SUCCESS || die_now) {