projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0637295
)
fix typos in ifdown (patch from #1319)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Feb 2007 01:02:30 +0000
(
01:02
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Feb 2007 01:02:30 +0000
(
01:02
+0000)
SVN-Revision: 6272
package/base-files/files/sbin/ifdown
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/ifdown
b/package/base-files/files/sbin/ifdown
index 26d0e626d2dde9bb02e076efafa53b769ad41a89..103309fa841e1a48a357790e14a5591506ec990d 100755
(executable)
--- 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"
ifnam
e
+config_get device "$cfg"
devic
e
[ ."$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