From 1f011573544487bab0bee9d2a3d6ffa81c08ff48 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 24 Aug 2012 16:09:57 -0500 Subject: do not provide a virtual for the loopback The loopback interface is active on all systems, so there is no need to provide a virtual for it. --- init.d/net.lo.in | 2 +- init.d/network.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 088398b..de441e2 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -26,7 +26,7 @@ depend() keyword -jail -prefix -vserver case "${IFACE}" in - lo|lo0) provide lo;; + lo|lo0) ;; *) after net.lo net.lo0 dbus provide net diff --git a/init.d/network.in b/init.d/network.in index 65c199c..6e9b8c1 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -12,7 +12,6 @@ depend() { need localmount after bootmisc - provide lo if [ -n "$(interfaces)" ]; then provide net fi -- cgit v1.2.3