diff --git a/etc/rc.d/netif b/etc/rc.d/netif index 666bec8d858e..ad39f7fd3e94 100755 --- a/etc/rc.d/netif +++ b/etc/rc.d/netif @@ -141,7 +141,9 @@ network_common() esac echo "${_str} Network:${_ok}." if [ -z "${rc_quiet}" ]; then - /sbin/ifconfig ${_ok} + for ifn in ${_ok}; do + /sbin/ifconfig ${ifn} + done fi fi