summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-06 01:02:30 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-06 01:02:30 +0000
commit7af01d4894b972bc4b40b85b87f0059e1d9ab1d7 (patch)
tree08e6c5f136474d74cadea967715a175703b8bdc2 /package
parentd286ea505d0cb4cb3744cd7bfc627c7b630b6c6c (diff)
fix typos in ifdown (patch from #1319)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/base-files/files/sbin/ifdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/sbin/ifdown b/package/base-files/files/sbin/ifdown
index 26d0e626d..103309fa8 100755
--- a/package/base-files/files/sbin/ifdown
+++ b/package/base-files/files/sbin/ifdown
@@ -43,11 +43,11 @@ done
rm -f /var/run/${ifname}.pid /var/run/ppp-${cfg}.pid
config_get ifname "$cfg" ifname
-config_get device "$cfg" ifname
+config_get device "$cfg" device
[ ."$device" != ."$ifname" ] || device=
for dev in $ifname $device; do
- ifconfig "$ifname" 0.0.0.0 down >/dev/null 2>/dev/null
+ ifconfig "$dev" 0.0.0.0 down >/dev/null 2>/dev/null
done
config_get iftype "$cfg" type