From: Felix Fietkau Date: Wed, 23 May 2012 21:49:31 +0000 (+0000) Subject: base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=5d6628a88cd468e0bbed22830285ad032ce43673 base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade SVN-Revision: 31851 --- diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index 8f19d3e86e..c6b41aed04 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -95,7 +95,7 @@ kill_remaining() { # [ ] case "$name" in # 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 *)