projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daca6a6
)
base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if...
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)
SVN-Revision: 28863
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 a5a6fbf7e56eaffc92d926191c9b4ea0e8a8d041..0870f7de5c8ec7d1137524aaea29d012fe1dcfe3 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
*)