projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4766914
)
fix ifdown hotplug event (#1576)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Apr 2007 07:23:28 +0000
(07:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Apr 2007 07:23:28 +0000
(07:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6950
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
8c36a25
..
5a98003
100755
(executable)
--- a/
package/base-files/files/sbin/ifdown
+++ b/
package/base-files/files/sbin/ifdown
@@
-21,7
+21,7
@@
config_get proto "$cfg" proto
config_get iface "$cfg" device
[ "$proto" = "static" ] && {
- env -i ACTION="ifdown" INTERFACE="$c
onfi
g" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
+ env -i ACTION="ifdown" INTERFACE="$c
f
g" DEVICE="$iface" PROTO=static /sbin/hotplug-call "iface" &
}
# call interface stop handler