"files unlimited" in code [rt18331]
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -1,8 +1,12 @@
|
||||
2393. [bug] nested acls containing keys could trigger an
|
||||
assertion in acl.c. [RT #18166]
|
||||
2394. [bug] Default configuration options set the limit for
|
||||
open files to 'unlimited' as described in the
|
||||
documentation. [RT #18331]
|
||||
|
||||
2392. [bug] remove 'grep -q' from acl test script, some platforms
|
||||
don't support it. [RT #18253]
|
||||
2393. [bug] nested acls containing keys could trigger an
|
||||
assertion in acl.c. [RT #18166]
|
||||
|
||||
2392. [bug] remove 'grep -q' from acl test script, some platforms
|
||||
don't support it. [RT #18253]
|
||||
|
||||
2391. [port] hpux: cover additional recvmsg() error codes.
|
||||
[RT #18301]
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: config.c,v 1.82.38.5 2008/05/28 21:00:24 each Exp $ */
|
||||
/* $Id: config.c,v 1.82.38.6 2008/07/20 09:41:06 fdupont Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -52,7 +52,7 @@ options {\n\
|
||||
#ifndef WIN32
|
||||
" coresize default;\n\
|
||||
datasize default;\n\
|
||||
files default;\n\
|
||||
files unlimited;\n\
|
||||
stacksize default;\n"
|
||||
#endif
|
||||
" deallocate-on-exit true;\n\
|
||||
|
||||
Reference in New Issue
Block a user