base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
SVN-Revision: 31851
This commit is contained in:
parent
b86652832e
commit
5d6628a88c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ kill_remaining() { # [ <signal> ]
|
||||||
|
|
||||||
case "$name" in
|
case "$name" in
|
||||||
# Skip essential services
|
# Skip essential services
|
||||||
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
||||||
|
|
||||||
# Killable process
|
# Killable process
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue