pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap-server Add NetBSD-specific warning ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/573a95492348
branches:  trunk
changeset: 547086:573a95492348
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Sep 12 11:29:23 2008 +0000

description:
Add NetBSD-specific warning for stacksize ulimit on 64-bit platforms.

diffstat:

 databases/openldap-server/MESSAGE.NetBSD |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r a4dccb2f40b4 -r 573a95492348 databases/openldap-server/MESSAGE.NetBSD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-server/MESSAGE.NetBSD  Fri Sep 12 11:29:23 2008 +0000
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2008/09/12 11:29:23 ghen Exp $
+
+On 64-bit NetBSD platforms it may be necessary to increase your stacksize
+resource limit prior to starting slapd.  This can be achieved automatically
+by creating the following /etc/rc.conf.d/slapd file:
+
+start_precmd="set_limits"
+
+set_limits()
+{
+       ulimit -s 4096
+}
+===========================================================================



Home | Main Index | Thread Index | Old Index