summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-12-12 11:39:02 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-12-12 19:46:03 -0600
commit46b96eb80d972db7d9d27d9635191c42016d6d96 (patch)
tree837871d7c7bd538cb41dfb6866a7c3a1b6348a56
parente574b5d441564dfccdcd9b09ed538f7b05d678db (diff)
downloadopenrc-46b96eb80d972db7d9d27d9635191c42016d6d96.tar.gz
openrc-46b96eb80d972db7d9d27d9635191c42016d6d96.tar.bz2
openrc-46b96eb80d972db7d9d27d9635191c42016d6d96.tar.xz
Network: start interfaces after dbus
This is needed to allow auto-connect at boot. Reported-by: David J Cozatt <ygdrasil@comcast.net> X-Gentoo-Bug: 390955 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=390955
-rw-r--r--init.d/net.lo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 2181657..ae07b52 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -25,7 +25,7 @@ depend()
case "${IFACE}" in
lo|lo0);;
- *) after net.lo net.lo0;;
+ *) after net.lo net.lo0 dbus;;
esac
if [ "$(command -v "depend_${IFVAR}")" = "depend_${IFVAR}" ]; then