This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 8b9b6c016495d15f74ba4cebe6dd502ff11937f2 (commit) from a0da39f67c87e5084904c3f6d2e6d4202ca5bcfb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 8b9b6c016495d15f74ba4cebe6dd502ff11937f2 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 15 14:35:07 2013 +0200
squid: Increase FDs to 65536 (#10387).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/32 => core/71}/filelists/squid | 0 lfs/squid | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/32 => core/71}/filelists/squid (100%)
Difference in files: diff --git a/config/rootfiles/core/71/filelists/squid b/config/rootfiles/core/71/filelists/squid new file mode 120000 index 0000000..2dc8372 --- /dev/null +++ b/config/rootfiles/core/71/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/lfs/squid b/lfs/squid index 3ede976..fde8606 100644 --- a/lfs/squid +++ b/lfs/squid @@ -87,8 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-referer-log \ --enable-snmp \ --with-pthreads --with-dl \ - --with-maxfd="16384" \ - --with-filedescriptors=16384 \ + --with-maxfd="65536" \ + --with-filedescriptors=65536 \ --with-large-files \ --with-aio \ --enable-async-io=8 \
hooks/post-receive -- IPFire 2.x development tree