Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.16.x commit in: etc/
Date: Wed, 03 Jun 2015 16:18:59
Message-Id: 1433348199.e571c67ff812ad839107acaa5ba97313dde9dd7a.williamh@OpenRC
1 commit: e571c67ff812ad839107acaa5ba97313dde9dd7a
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Fri May 22 14:43:51 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 3 16:16:39 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e571c67f
7
8 Document bash's handling of ulimit options
9
10 When bash is used in posix mode for the shell, the ulimit command uses
11 a block size of 512 bytes for the -c and -f options.
12
13 X-Gentoo-Bug: 549238
14 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=549238
15
16 etc/rc.conf.in | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/etc/rc.conf.in b/etc/rc.conf.in
20 index 69a5cf2..1b78c88 100644
21 --- a/etc/rc.conf.in
22 +++ b/etc/rc.conf.in
23 @@ -116,6 +116,9 @@
24 #SSD_NICELEVEL="-19"
25
26 # Pass ulimit parameters
27 +# If you are using bash in POSIX mode for your shell, note that the
28 +# ulimit command uses a block size of 512 bytes for the -c and -f
29 +# options
30 #rc_ulimit="-u 30"
31
32 # It's possible to define extra dependencies for services like so