Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Wed, 08 Mar 2017 16:46:17
Message-Id: 1488991450.21ca2b746cce67e2b3578fb7015c9d4c243e3a0c.williamh@OpenRC
1 commit: 21ca2b746cce67e2b3578fb7015c9d4c243e3a0c
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 8 16:41:31 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 8 16:44:10 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=21ca2b74
7
8 init.d/sysfs: drop modules completely from the dependencies
9
10 This is for #112.
11
12 init.d/sysfs.in | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/init.d/sysfs.in b/init.d/sysfs.in
16 index ff0c4e7d..8030ea84 100644
17 --- a/init.d/sysfs.in
18 +++ b/init.d/sysfs.in
19 @@ -15,7 +15,6 @@ sysfs_opts=nodev,noexec,nosuid
20
21 depend()
22 {
23 - use modules
24 keyword -docker -lxc -prefix -systemd-nspawn -vserver
25 }