From 5d6628a88cd468e0bbed22830285ad032ce43673 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 May 2012 21:49:31 +0000 Subject: [PATCH] base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade SVN-Revision: 31851 --- package/base-files/files/lib/upgrade/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *) -- 2.30.2