From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A741D138CA3 for ; Sun, 19 Apr 2015 19:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E356E0845; Sun, 19 Apr 2015 19:33:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEE05E0845 for ; Sun, 19 Apr 2015 19:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3953340C8E for ; Sun, 19 Apr 2015 19:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B47316484 for ; Sun, 19 Apr 2015 19:33:50 +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: <1429469952.6d81d3be1bcba81a68086f2a17561d13e1f844e6.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: 6d81d3be1bcba81a68086f2a17561d13e1f844e6 X-VCS-Branch: master Date: Sun, 19 Apr 2015 19:33:50 +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: a18a7b3f-2167-4d41-8e69-898f9945bd8c X-Archives-Hash: c668b52670e4b3bff01083c78ad4f588 commit: 6d81d3be1bcba81a68086f2a17561d13e1f844e6 Author: William Hubbs gmail com> AuthorDate: Sun Apr 19 18:59:12 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Apr 19 18:59:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6d81d3be procfs: do not test for the existence of /proc/filesystems The test for the existence of /proc/filesystems is redundant since we always return success. init.d/procfs.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.d/procfs.in b/init.d/procfs.in index 888f062..ae6c859 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -18,8 +18,6 @@ start() modprobe -q usbcore fi - [ -e /proc/filesystems ] || return 0 - # Setup Kernel Support for miscellaneous Binary Formats if [ -d /proc/sys/fs/binfmt_misc -a ! -e /proc/sys/fs/binfmt_misc/register ]; then if grep -qs binfmt_misc /proc/filesystems; then