From 8f675d14e86e9e86a2d17b825aae9af519214305 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 24 Aug 2012 10:30:04 -0500 Subject: newnet: provide net if configuring more than the loopback interface --- init.d/network.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.d/network.in b/init.d/network.in index f0403b4..65c199c 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -12,7 +12,10 @@ depend() { need localmount after bootmisc - provide net + provide lo + if [ -n "$(interfaces)" ]; then + provide net + fi keyword -jail -prefix -vserver } -- cgit v1.2.3