projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d47d3a
)
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)
SVN-Revision: 6950
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 8c36a25b48d2bfc4ec8c494bf39f1d7fea820a94..5a98003b1de0dbf3d13094b19e21e0e08fd9d86c 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