Revert "Net: do not bring down interfaces during shutdown"

This reverts commit 6d5a2d5f9e.
There are interfaces, such as adsl and ppp interfaces which need to be
brought down. Also, the WOL setting is a good case for bringingdown
interfaces.
This commit is contained in:
William Hubbs 2012-01-30 12:06:46 -06:00
parent cea71369e9
commit 0ff23f20e8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ depend()
need localmount
after bootmisc
provide net
keyword -shutdown -jail -prefix -vserver
keyword -jail -prefix -vserver
case "${IFACE}" in
lo|lo0);;