Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/netifrc:master commit in: net/
Date: Sun, 31 May 2020 05:29:59
Message-Id: 1590902980.8d16b31bfc457f03e0e761df19529749ffa1f0d8.robbat2@OpenRC
1 commit: 8d16b31bfc457f03e0e761df19529749ffa1f0d8
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 05:29:07 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 05:29:40 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=8d16b31b
7
8 net/iwd: ensure program is present
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 net/iwd.sh | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net/iwd.sh b/net/iwd.sh
16 index afb5b22..e3f64b2 100644
17 --- a/net/iwd.sh
18 +++ b/net/iwd.sh
19 @@ -8,6 +8,7 @@ iwd_depend()
20 before interface
21 provide wireless
22 after iwconfig
23 + program iwd
24 }
25
26 _config_vars="$_config_vars iwd"