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:
2df11b3
)
[package] base-files: do not kill udhcpc on sysupgrade, it will tear down the interfa...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 8 Nov 2011 19:14:55 +0000
(19:14 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 8 Nov 2011 19:14:55 +0000
(19:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28863
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/upgrade/common.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index
a5a6fbf
..
0870f7d
100644
(file)
--- a/
package/base-files/files/lib/upgrade/common.sh
+++ b/
package/base-files/files/lib/upgrade/common.sh
@@
-87,7
+87,7
@@
kill_remaining() { # [ <signal> ]
esac
case "$cmd" in
# Skip kernel threads and essential services
- \[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*) : ;;
+ \[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*
|*udhcpc*
) : ;;
# Killable process
*)