From 46b96eb80d972db7d9d27d9635191c42016d6d96 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 12 Dec 2011 11:39:02 -0600 Subject: Network: start interfaces after dbus This is needed to allow auto-connect at boot. Reported-by: David J Cozatt X-Gentoo-Bug: 390955 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=390955 --- init.d/net.lo.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3