base-files: add upgraded to the list of daemons not killed

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41268
This commit is contained in:
John Crispin 2014-06-19 14:12:55 +00:00
parent 766643c79e
commit 4b1c48bc93

View 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
*)