2
0
forked from Ivasoft/openwrt

base-files: add some more protected services to sysupgrade kill blacklist

SVN-Revision: 28732
This commit is contained in:
Jo-Philipp Wich
2011-11-03 19:25:25 +00:00
parent 48c37ff7eb
commit e3daeabda3
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ kill_remaining() { # [ <signal> ]
esac
case "$cmd" in
# Skip kernel threads and essential services
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*) : ;;
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*) : ;;
# Killable process
*)