SPECS: squid.spec - set maximum number of used file descriptors to...
baggins
baggins at pld-linux.org
Fri Mar 3 22:25:22 CET 2006
Author: baggins Date: Fri Mar 3 21:25:22 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- set maximum number of used file descriptors to:
- 8192 via sysconfig instead of hardcoded init script
- something insane at compile time to allow going above 8192 at runtime
---- Files affected:
SPECS:
squid.spec (1.238 -> 1.239)
---- Diffs:
================================================================
Index: SPECS/squid.spec
diff -u SPECS/squid.spec:1.238 SPECS/squid.spec:1.239
--- SPECS/squid.spec:1.238 Sun Jan 29 20:58:18 2006
+++ SPECS/squid.spec Fri Mar 3 22:25:17 2006
@@ -12,7 +12,7 @@
Summary(zh_CN): SQUID ¸ßËŮťşłĺ´úŔíˇţÎńĆ÷
Name: squid
Version: 2.5.STABLE12
-Release: 7
+Release: 7.1
Epoch: 7
License: GPL v2
Group: Networking/Daemons
@@ -497,7 +497,8 @@
--localstatedir=/var \
--sysconfdir=%{_sysconfdir} \
--with-auth-on-acceleration \
- --with-pthreads
+ --with-pthreads \
+ --with-maxfd=1048576
%{__make}
@@ -760,6 +761,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.239 2006/03/03 21:25:17 baggins
+- set maximum number of used file descriptors to:
+ - 8192 via sysconfig instead of hardcoded init script
+ - something insane at compile time to allow going above 8192 at runtime
+
Revision 1.238 2006/01/29 19:58:18 glen
- use %service; rel 7, STBR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/squid.spec?r1=1.238&r2=1.239&f=u
More information about the pld-cvs-commit
mailing list