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:
f282f01
)
base-files: add upgraded to the list of daemons not killed
author
John Crispin
<blogic@openwrt.org>
Thu, 19 Jun 2014 14:12:55 +0000
(14:12 +0000)
committer
John Crispin
<blogic@openwrt.org>
Thu, 19 Jun 2014 14:12:55 +0000
(14:12 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41268
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
91e61ba
..
2e92b5a
100644
(file)
--- a/
package/base-files/files/lib/upgrade/common.sh
+++ b/
package/base-files/files/lib/upgrade/common.sh
@@
-113,7
+113,7
@@
kill_remaining() { # [ <signal> ]
case "$name" in
# Skip essential services
- *procd*|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*|*nas*) : ;;
+ *procd*|*
upgraded*|*
ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*|*nas*) : ;;
# Killable process
*)