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 4AB8C138CA2 for ; Mon, 20 Apr 2015 16:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1A46E0857; Mon, 20 Apr 2015 16:39:12 +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 52B45E0857 for ; Mon, 20 Apr 2015 16:39:12 +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 A610D340BD8 for ; Mon, 20 Apr 2015 16:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65FD51658A for ; Mon, 20 Apr 2015 16:39:06 +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: <1429545721.95ed0665393c353dbc24afb8c63c615402136f5d.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: 95ed0665393c353dbc24afb8c63c615402136f5d X-VCS-Branch: master Date: Mon, 20 Apr 2015 16:39:06 +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: 27a0fb8a-a46c-4267-a916-8bbfb21d18d2 X-Archives-Hash: a4eeb0cc7f4f5168df8d2abe680bef8c commit: 95ed0665393c353dbc24afb8c63c615402136f5d Author: William Hubbs gmail com> AuthorDate: Mon Apr 20 16:02:01 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Apr 20 16:02:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=95ed0665 procfs: do not force loading of usbcore module It appears that the only reason we were force loading the usbcore module was to facilitate mounting usbfs. Since we no longer mount usbfs, this is no longer necessary. X-Gentoo-Bug: 480312 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=480312 init.d/procfs.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.d/procfs.in b/init.d/procfs.in index 24dbfaf..dfe58cb 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -13,11 +13,6 @@ depend() start() { - # Make sure we insert usbcore if it's a module - if [ -f /proc/modules -a ! -d /sys/module/usbcore -a ! -d /proc/bus/usb ]; then - modprobe -q usbcore - fi - # 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