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.
This commit is contained in:
William Hubbs 2012-08-24 16:09:57 -05:00
parent 8f675d14e8
commit 1f01157354
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -12,7 +12,6 @@ depend()
{
need localmount
after bootmisc
provide lo
if [ -n "$(interfaces)" ]; then
provide net
fi