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
This commit is contained in:
William Hubbs 2011-12-12 11:39:02 -06:00
parent e574b5d441
commit 46b96eb80d

View File

@ -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