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 0A2D7139083 for ; Thu, 14 Dec 2017 23:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28982E1008; Thu, 14 Dec 2017 23:32:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 07A34E1008 for ; Thu, 14 Dec 2017 23:32:41 +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 A5D8233BEC7 for ; Thu, 14 Dec 2017 23:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68CF0AE76 for ; Thu, 14 Dec 2017 23:32:39 +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: <1513294317.4f750933fd8ef944be58bfeef071a8e35fc0c606.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: 4f750933fd8ef944be58bfeef071a8e35fc0c606 X-VCS-Branch: master Date: Thu, 14 Dec 2017 23:32:39 +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: 0f96d645-0a80-434c-a709-08b936827974 X-Archives-Hash: b6eebe848d6b8b6962e44d87c2ba0b48 commit: 4f750933fd8ef944be58bfeef071a8e35fc0c606 Author: William Hubbs gmail com> AuthorDate: Thu Dec 14 23:31:57 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Dec 14 23:31:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4f750933 procfs: remove the @sysconfdir@ reference init.d/procfs.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/procfs.in b/init.d/procfs.in index 343b30d1..8fed9514 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -27,8 +27,8 @@ start() [ ! -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" \ - "@SYSCONFDIR@/conf.d/modules or built in." + ewarn "The binfmt-misc module needs to be loaded by" \ + "the modules service or built in." fi if grep -qs binfmt_misc /proc/filesystems; then ebegin "Mounting misc binary format filesystem"