diff options
author | William Hubbs <williamh@gentoo.org> | 2011-12-12 11:39:02 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-12 19:46:03 -0600 |
commit | 46b96eb80d972db7d9d27d9635191c42016d6d96 (patch) | |
tree | 837871d7c7bd538cb41dfb6866a7c3a1b6348a56 /init.d/net.lo.in | |
parent | e574b5d441564dfccdcd9b09ed538f7b05d678db (diff) |
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
Diffstat (limited to 'init.d/net.lo.in')
-rw-r--r-- | init.d/net.lo.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 21816576..ae07b52f 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 |