base-files: kill ubusd and udhcpc on sysupgrade as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31852 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2012-05-23 21:54:12 +00:00
parent c136759736
commit 010cd3161d
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ kill_remaining() { # [ <signal> ]
case "$name" in
# Skip essential services
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*) : ;;
# Killable process
*)