From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rj1Xe-0003WH-Kg for garchives@archives.gentoo.org; Fri, 06 Jan 2012 04:36:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B6F021C028; Fri, 6 Jan 2012 04:36:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D493821C028 for ; Fri, 6 Jan 2012 04:36:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B6951B4017 for ; Fri, 6 Jan 2012 04:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 96BB08004A for ; Fri, 6 Jan 2012 04:36:25 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <982ac38f35b5f0c7d80341783e74f803c177e8dd.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.Linux X-VCS-Directories: etc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 982ac38f35b5f0c7d80341783e74f803c177e8dd Date: Fri, 6 Jan 2012 04:36:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 974946d1-0632-40de-9a30-614fe710501e X-Archives-Hash: 54aedab50c9bc76ad0866e799fdd03da commit: 982ac38f35b5f0c7d80341783e74f803c177e8dd Author: William Hubbs gentoo org> AuthorDate: Fri Jan 6 04:29:37 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 6 04:29:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D982ac38f cgroups: hide configure option to turn off cgroups Turning off the default cgroups is possible, but these groups are the recommended setup from the kernel, so turning them off is highly discouraged. --- etc/rc.conf.Linux | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index e149a2c..e88fc53 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -21,10 +21,3 @@ rc_sys=3D"@RC_SYS_DEFAULT@" # This is the number of tty's used in most of the rc-scripts (like # consolefont, numlock, etc ...) rc_tty_number=3D12 - -# openrc can set up linux control groups the way the documentation in -# the kernel recommends creating them. -# Currently, this option is disabled by default, but it will be enabled -# in the future, so if you would like to see how control groups will be -# created, uncomment this line. -#rc_cgroups=3D"YES"