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 1828D138CD0 for ; Fri, 22 May 2015 14:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 085CCE088C; Fri, 22 May 2015 14:57:32 +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 AE650E088C for ; Fri, 22 May 2015 14:57:31 +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 A16F8340A34 for ; Fri, 22 May 2015 14:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AF7C9BD for ; Fri, 22 May 2015 14:57:28 +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: <1432305831.bbabf546f9d72cbfc48bd839a6d01b402ee6cced.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master 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: bbabf546f9d72cbfc48bd839a6d01b402ee6cced X-VCS-Branch: master Date: Fri, 22 May 2015 14:57:28 +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: 8f541496-8df7-454e-85cc-83e3c0363a5e X-Archives-Hash: fab7d072f3b16bb94dbec6fa08e611c5 commit: bbabf546f9d72cbfc48bd839a6d01b402ee6cced Author: William Hubbs gmail com> AuthorDate: Fri May 22 14:43:51 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri May 22 14:43:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bbabf546 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