summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-19 14:12:55 +0000
committerJohn Crispin <john@openwrt.org>2014-06-19 14:12:55 +0000
commit4b1c48bc9309c8ee9309e17ed42241ea7a1a64e6 (patch)
tree9979079a8d6847512e82569c2e8d8bffb5a1a86d /package/base-files
parent766643c79e1f8ff7b5ed12e128a6aa1e066dddbb (diff)
downloadmtk-20170518-4b1c48bc9309c8ee9309e17ed42241ea7a1a64e6.zip
mtk-20170518-4b1c48bc9309c8ee9309e17ed42241ea7a1a64e6.tar.gz
mtk-20170518-4b1c48bc9309c8ee9309e17ed42241ea7a1a64e6.tar.bz2
base-files: add upgraded to the list of daemons not killed
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41268
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/lib/upgrade/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh
index 91e61ba..2e92b5a 100644
--- 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
*)