From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1B8E1382C5 for ; Tue, 27 Feb 2018 21:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6068E0956; Tue, 27 Feb 2018 21:57:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C63ACE0956 for ; Tue, 27 Feb 2018 21:57:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA6F8335C0A for ; Tue, 27 Feb 2018 21:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB42A1EA for ; Tue, 27 Feb 2018 21:57:49 +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: <1519768614.e51dc29e2f3b2718a62347e8588115e786a9f3c8.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/cgroups.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e51dc29e2f3b2718a62347e8588115e786a9f3c8 X-VCS-Branch: master Date: Tue, 27 Feb 2018 21:57:49 +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: f034bc60-297e-4f6c-91de-312e11354920 X-Archives-Hash: 9bab3c777027d1da25aec957c06f0ca1 commit: e51dc29e2f3b2718a62347e8588115e786a9f3c8 Author: William Hubbs gmail com> AuthorDate: Tue Feb 27 21:56:54 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Feb 27 21:56:54 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e51dc29e cgroups: fix indentation init.d/cgroups.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/cgroups.in b/init.d/cgroups.in index 01f5dd48..3d5bfa7b 100644 --- a/init.d/cgroups.in +++ b/init.d/cgroups.in @@ -57,7 +57,7 @@ cgroup1_controllers() mkdir "/sys/fs/cgroup/${name}" mount -n -t cgroup -o "${cgroup_opts},${name}" \ "${name}" "/sys/fs/cgroup/${name}" - yesno "${rc_cgroup_memory_use_hierarchy:-no}" && + yesno "${rc_cgroup_memory_use_hierarchy:-no}" && [ "${name}" = memory ] && echo 1 > /sys/fs/cgroup/memory/memory.use_hierarchy ;;