From 6d84a4aed8dd519641c8fd6994fb93135efb122d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 16 Oct 2012 20:56:34 -0500 Subject: Oldnet: the loopback interface does not need sysfs --- 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 de441e2..47bdc2f 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -19,7 +19,7 @@ depend() local IFVAR=$(shell_var "${IFACE}") need localmount - if [ "$RC_UNAME" = Linux ]; then + if [ "$RC_UNAME" = Linux -a "$IFACE" != lo ]; then need sysfs fi after bootmisc -- cgit v1.2.3