base-files: add upgraded to the list of daemons not killed
authorJohn Crispin <john@openwrt.org>
Thu, 19 Jun 2014 14:12:55 +0000 (14:12 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 19 Jun 2014 14:12:55 +0000 (14:12 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41268

package/base-files/files/lib/upgrade/common.sh

index 91e61ba4f8bc0c89b506394e14807ad4a86fd3c2..2e92b5a0a3467a114f19d52ce304aade2f10b54b 100644 (file)
@@ -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
                        *)