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 D1C52138330 for ; Mon, 12 Sep 2016 17:58:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D5CE080B; Mon, 12 Sep 2016 17:58:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C07FCE080B for ; Mon, 12 Sep 2016 17:58:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54785340931 for ; Mon, 12 Sep 2016 17:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B332464 for ; Mon, 12 Sep 2016 17:58:19 +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: <1473703081.6bd0f2d096f149906061a4ac7b66b7e85516784a.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/procfs.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6bd0f2d096f149906061a4ac7b66b7e85516784a X-VCS-Branch: master Date: Mon, 12 Sep 2016 17:58:19 +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: 46086767-0a39-4d01-966f-e67627a33b56 X-Archives-Hash: 8ad151e9670e7affaff95a0a500c40e2 commit: 6bd0f2d096f149906061a4ac7b66b7e85516784a Author: William Hubbs gmail com> AuthorDate: Mon Sep 12 17:58:01 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 12 17:58:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6bd0f2d0 init.d/procfs: typo fix init.d/procfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/procfs.in b/init.d/procfs.in index 36eca7c..e04355e 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -23,7 +23,7 @@ start() { # Setup Kernel Support for miscellaneous Binary Formats if [ -d /proc/sys/fs/binfmt_misc ] && - [! -e /proc/sys/fs/binfmt_misc/register ]; then + [ ! -e /proc/sys/fs/binfmt_misc/register ]; then if ! grep -qs binfmt_misc /proc/filesystems && modprobe -q binfmt-misc; then ewarn "The binfmt-misc module needs to be configured in \