commit:     b302b0c094c2c99b810aec9c8877adcd1effabac
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri Mar 16 18:48:05 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 18:53:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b302b0c0

net-online: always start after net

X-Gentoo-Bug: 650600
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=650600

 init.d/net-online.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/net-online.in b/init.d/net-online.in
index 484fe87d..b496e258 100644
--- a/init.d/net-online.in
+++ b/init.d/net-online.in
@@ -13,7 +13,7 @@ description="Delays until the network is online or a specific 
timeout"
 
 depend()
 {
-       after modules
+       after modules net
        need sysfs
        provide network-online
        keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver

Reply via email to