summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/net.lo.in2
-rw-r--r--init.d/network.in1
2 files changed, 1 insertions, 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