freebsd-ports/www/apache20/files/patch-support__apachectl.in
Philip M. Gollucci 5ac76d39ce - Regenerate patch files with make makepatch for they have
piled up and additional patches conflict.
  This also will help when we try to syncronize www/apache20&www/apache22

With Hat:   apache@
2010-05-06 23:10:20 +00:00

11 lines
521 B
Text

--- ./support/apachectl.in.orig 2006-07-12 03:40:55.000000000 -0400
+++ ./support/apachectl.in 2010-05-06 16:06:03.793831873 -0400
@@ -64,7 +64,7 @@
ULIMIT_MAX_FILES="@APACHECTL_ULIMIT@"
# -------------------- --------------------
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
-
+eval `limits -e -C daemon` >/dev/null 2>&1
# Set the maximum number of file descriptors allowed per child process.
if [ "x$ULIMIT_MAX_FILES" != "x" ] ; then
$ULIMIT_MAX_FILES