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 20953138C9D for ; Fri, 17 Apr 2015 19:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2EB5E0917; Fri, 17 Apr 2015 19:19:01 +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 616E8E0917 for ; Fri, 17 Apr 2015 19:19:01 +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 ACFF2340EA9 for ; Fri, 17 Apr 2015 19:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B314416231 for ; Fri, 17 Apr 2015 19:18:54 +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: <1429298159.8d307a6fadd516f26d9c72016119277a7a5c1946.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: 8d307a6fadd516f26d9c72016119277a7a5c1946 X-VCS-Branch: master Date: Fri, 17 Apr 2015 19:18:54 +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: 33163ce0-166c-4655-bdf2-42aac62f8617 X-Archives-Hash: 70ff9f85695812983f5ce9b4bcdd99ca commit: 8d307a6fadd516f26d9c72016119277a7a5c1946 Author: William Hubbs gmail com> AuthorDate: Fri Apr 17 19:15:59 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Apr 17 19:15:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=8d307a6f procfs: remove redundant check for OpenVZ The check for OpenVZ is not necessary since the procfs service already will not run on OpenVZ due to the keywords setting. init.d/procfs.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.d/procfs.in b/init.d/procfs.in index e7d4fce..888f062 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -41,8 +41,6 @@ start() fi fi - [ "$RC_SYS" = "OPENVZ" ] && return 0 - # Check what USB fs the kernel support. Currently # 2.5+ kernels, and later 2.4 kernels have 'usbfs', # while older kernels have 'usbdevfs'.