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-0003WG-KX 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 057D821C01F; 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 C02A821C01F 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 4168B1B401A 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 6A69E80042 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: Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/sysfs.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: cd52fecc4e3fa288d22a3faf6dd8b645a4bb79d1 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: 1c3abeb1-f021-45a7-92aa-c0ab7c408f03 X-Archives-Hash: ebf8d3297a93de502e785502679436b4 commit: cd52fecc4e3fa288d22a3faf6dd8b645a4bb79d1 Author: William Hubbs gentoo org> AuthorDate: Fri Jan 6 04:28:04 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 6 04:28:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dcd52fecc cgroups: turn on groups by default The control groups we create are the ones recommended by the linux kernel, so this should be on most of the time if cgroups are enabled in the kernel. --- init.d/sysfs.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/sysfs.in b/init.d/sysfs.in index ac6934a..7021feb 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -74,7 +74,7 @@ mount_misc() =20 mount_cgroups() { - yesno ${rc_cgroups:-NO} || return 0 + yesno ${rc_cgroups:-YES} || return 0 if [ ! -e /proc/cgroups ]; then return 0 fi