summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-support:apachectl.in
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-12-11 18:06:04 +0000
committerClement Laforet <clement@FreeBSD.org>2004-12-11 18:06:04 +0000
commita3468fefcb7e17260776ae49bc4053c7b66076fb (patch)
treeb345059920aea199678ac75606fc64d5512e13c2 /www/apache22/files/patch-support:apachectl.in
parentConnect fgfs-base. (diff)
- Add apache 2.1.2
This is a development version, awaiting for 2.2
Notes
Notes: svn path=/head/; revision=123726
Diffstat (limited to 'www/apache22/files/patch-support:apachectl.in')
-rw-r--r--www/apache22/files/patch-support:apachectl.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache22/files/patch-support:apachectl.in b/www/apache22/files/patch-support:apachectl.in
new file mode 100644
index 000000000000..7c5c3238e955
--- /dev/null
+++ b/www/apache22/files/patch-support:apachectl.in
@@ -0,0 +1,11 @@
+--- support/apachectl.in.orig Thu Sep 16 09:28:54 2004
++++ support/apachectl.in Thu Sep 16 09:29:14 2004
+@@ -63,7 +63,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