summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/netif4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif
index 666bec8..ad39f7f 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
OpenPOWER on IntegriCloud