newnet: provide net if configuring more than the loopback interface

This commit is contained in:
William Hubbs 2012-08-24 10:30:04 -05:00
parent 9afdf50667
commit 8f675d14e8

View File

@ -12,7 +12,10 @@ depend()
{
need localmount
after bootmisc
provide net
provide lo
if [ -n "$(interfaces)" ]; then
provide net
fi
keyword -jail -prefix -vserver
}