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 CEB2A139694 for ; Wed, 8 Mar 2017 16:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B11BE0C2A; Wed, 8 Mar 2017 16:46:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DFE1BE0C2A for ; Wed, 8 Mar 2017 16:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B2A13416C4 for ; Wed, 8 Mar 2017 16:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021DF612E for ; Wed, 8 Mar 2017 16:46:12 +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: <1488991450.21ca2b746cce67e2b3578fb7015c9d4c243e3a0c.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/sysfs.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 21ca2b746cce67e2b3578fb7015c9d4c243e3a0c X-VCS-Branch: master Date: Wed, 8 Mar 2017 16:46:12 +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: 9e952952-7044-4dc6-8ed9-9264bb1339cf X-Archives-Hash: f26144e7fd3fe5de0a5c040f6d28be06 commit: 21ca2b746cce67e2b3578fb7015c9d4c243e3a0c Author: William Hubbs gmail com> AuthorDate: Wed Mar 8 16:41:31 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Mar 8 16:44:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=21ca2b74 init.d/sysfs: drop modules completely from the dependencies This is for #112. init.d/sysfs.in | 1 - 1 file changed, 1 deletion(-) diff --git a/init.d/sysfs.in b/init.d/sysfs.in index ff0c4e7d..8030ea84 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -15,7 +15,6 @@ sysfs_opts=nodev,noexec,nosuid depend() { - use modules keyword -docker -lxc -prefix -systemd-nspawn -vserver }