From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F316D138CDC for ; Wed, 3 Jun 2015 16:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E93E0A98; Wed, 3 Jun 2015 16:18:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27EE0E0A98 for ; Wed, 3 Jun 2015 16:18:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CA23340C5F for ; Wed, 3 Jun 2015 16:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FEF0A1C for ; Wed, 3 Jun 2015 16:18:54 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1433348199.e571c67ff812ad839107acaa5ba97313dde9dd7a.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.16.x commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.in X-VCS-Directories: etc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e571c67ff812ad839107acaa5ba97313dde9dd7a X-VCS-Branch: openrc-0.16.x Date: Wed, 3 Jun 2015 16:18:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: abd32331-336f-442e-93f6-c1725896c5f7 X-Archives-Hash: 6cb1b6bd0ed06471af873500c95e02a1 commit: e571c67ff812ad839107acaa5ba97313dde9dd7a Author: William Hubbs gmail com> AuthorDate: Fri May 22 14:43:51 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jun 3 16:16:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e571c67f Document bash's handling of ulimit options When bash is used in posix mode for the shell, the ulimit command uses a block size of 512 bytes for the -c and -f options. X-Gentoo-Bug: 549238 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=549238 etc/rc.conf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rc.conf.in b/etc/rc.conf.in index 69a5cf2..1b78c88 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -116,6 +116,9 @@ #SSD_NICELEVEL="-19" # Pass ulimit parameters +# If you are using bash in POSIX mode for your shell, note that the +# ulimit command uses a block size of 512 bytes for the -c and -f +# options #rc_ulimit="-u 30" # It's possible to define extra dependencies for services like so