projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing slhc kernel module for ppp_generic.o
[openwrt.git]
/
root
/
sbin
/
ifdown
diff --git
a/root/sbin/ifdown
b/root/sbin/ifdown
index
d1d19b0
..
4c7e982
100755
(executable)
--- a/
root/sbin/ifdown
+++ b/
root/sbin/ifdown
@@
-4,5
+4,5
@@
debug "### ifdown $type ###"
if=$(nvram_get ${type}_ifname)
if_valid $if || return
- kill $(cat /var/run/${if}.pid 2>
-) 2>
-
+ kill $(cat /var/run/${if}.pid 2>
&-) 2>&
-
$DEBUG ifconfig $if down
This page took
0.021871 seconds
and
4
git commands to generate.