Gentoo Archives: gentoo-commits

From: "Volkmar W. Pogatzki" <gentoo@××××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/eiwd/files/
Date: Fri, 05 Jun 2020 06:34:21
Message-Id: 1591338829.51550ef61d04c18e703ecc40370f8dc97f8c44a0.VolkmarPogatzki@gentoo
1 commit: 51550ef61d04c18e703ecc40370f8dc97f8c44a0
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Fri Jun 5 06:33:49 2020 +0000
4 Commit: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
5 CommitDate: Fri Jun 5 06:33:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51550ef6
7
8 net-wireless/eiwd: make netmount happy
9
10 Without 'provide net' openrc throws messages
11 "iService 'netmount' needs non existant service 'net'"
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
15
16 net-wireless/eiwd/files/iwd.initd | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/net-wireless/eiwd/files/iwd.initd b/net-wireless/eiwd/files/iwd.initd
20 index e2b1040..673bc47 100644
21 --- a/net-wireless/eiwd/files/iwd.initd
22 +++ b/net-wireless/eiwd/files/iwd.initd
23 @@ -7,6 +7,7 @@ pidfile="/run/iwd.pid"
24 command_background="yes"
25
26 depend() {
27 + provide net
28 after bootmisc modules
29 before dns dhcpcd net
30 keyword -shutdown