commit: 8d16b31bfc457f03e0e761df19529749ffa1f0d8
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 05:29:07 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun May 31 05:29:40 2020 +0000
URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=8d16b31b
net/iwd: ensure program is present
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
net/iwd.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/iwd.sh b/net/iwd.sh
index afb5b22..e3f64b2 100644
--- a/net/iwd.sh
+++ b/net/iwd.sh
@@ -8,6 +8,7 @@ iwd_depend()
before interface
provide wireless
after iwconfig
+ program iwd
}
_config_vars="$_config_vars iwd"