diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:27:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:27:20 +0000 |
commit | 77b8b3cef35c1c2ed0ce35258f5aa0b2e94578d2 (patch) | |
tree | ace7fb88abd66246e70df2af2196201d998fde65 /www/apache2/files/patch-support:apachectl.in | |
parent | [MAINTAINER-UPDATE] audio/cowbell to 0.2.5.1 (diff) |
- retire www/apache2
Notes
Notes:
svn path=/head/; revision=150330
Diffstat (limited to 'www/apache2/files/patch-support:apachectl.in')
-rw-r--r-- | www/apache2/files/patch-support:apachectl.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/apache2/files/patch-support:apachectl.in b/www/apache2/files/patch-support:apachectl.in deleted file mode 100644 index 7c5c3238e955..000000000000 --- a/www/apache2/files/patch-support:apachectl.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |