projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix ifup/down for ppp-based stuff
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
hotplug.d
/
net
/
10-net
diff --git
a/package/base-files/default/etc/hotplug.d/net/10-net
b/package/base-files/default/etc/hotplug.d/net/10-net
index
29df1d2
..
3bc980f
100644
(file)
--- a/
package/base-files/default/etc/hotplug.d/net/10-net
+++ b/
package/base-files/default/etc/hotplug.d/net/10-net
@@
-175,8
+175,8
@@
do_unregister() {
case "$IFPROTO" in
pppoe|pppoa|pptp)
- killall ifup.${IFPROTO}
- killall pppd
+ killall ifup.${IFPROTO}
2>&- >&-
+ killall pppd
2>&- >&-
;;
dhcp)
[ -f /var/run/${INTERFACE}.pid ] && kill "$(cat /var/run/${INTERFACE}.pid)" 2>&- >&-
This page took
0.024086 seconds
and
4
git commands to generate.