You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12fedbd20c
fix libexecdir in patch-config.layout.diff
12 lines
535 B
Diff
12 lines
535 B
Diff
--- a/support/apachectl.in 2012-01-31 21:47:28.000000000 -0600
|
|
+++ b/support/apachectl.in 2015-01-30 05:58:39.000000000 -0600
|
|
@@ -62,7 +62,7 @@
|
|
# number of file descriptors allowed per child process. This is
|
|
# critical for configurations that use many file descriptors,
|
|
# such as mass vhosting, or a multithreaded server.
|
|
-ULIMIT_MAX_FILES="@APACHECTL_ULIMIT@"
|
|
+ULIMIT_MAX_FILES=""
|
|
# -------------------- --------------------
|
|
# |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
|
|
|