summaryrefslogtreecommitdiff
path: root/net.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-30 13:17:27 +0000
committerRoy Marples <roy@marples.name>2007-10-30 13:17:27 +0000
commitfeed4b4c90e92996a19e7d8da70909c6e38f2124 (patch)
tree690253079edd9c74facd6d1f11829a45d217ff24 /net.Linux
parent9d1c1b66e53eb086a22ce8b922efba19c17d7644 (diff)
downloadopenrc-feed4b4c90e92996a19e7d8da70909c6e38f2124.tar.gz
openrc-feed4b4c90e92996a19e7d8da70909c6e38f2124.tar.bz2
openrc-feed4b4c90e92996a19e7d8da70909c6e38f2124.tar.xz
Use default IFS here
Diffstat (limited to 'net.Linux')
-rw-r--r--net.Linux/bridge.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/net.Linux/bridge.sh b/net.Linux/bridge.sh
index e2c813a..b1d4cfc 100644
--- a/net.Linux/bridge.sh
+++ b/net.Linux/bridge.sh
@@ -54,9 +54,7 @@ bridge_pre_start() {
einfo "Adding ports to ${IFACE}"
eindent
- local IFS="$__IFS"
for x in ${ports}; do
- unset IFS
ebegin "${x}"
ifconfig "${x}" promisc up
if ! brctl addif "${IFACE}" "${x}" ; then
@@ -66,7 +64,6 @@ bridge_pre_start() {
fi
eend 0
done
- unset IFS
eoutdent
fi
) || return 1