aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-23 21:49:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-23 21:49:31 +0000
commitc136759736a90146ccb6958478bdc90a58bce540 (patch)
tree6a84242b4273b75de23b1c48890e3b33d75999c9 /package/base-files/files
parent836884a70bf702676a38292ca677f0e77104ae8d (diff)
downloadupstream-c136759736a90146ccb6958478bdc90a58bce540.tar.gz
upstream-c136759736a90146ccb6958478bdc90a58bce540.tar.bz2
upstream-c136759736a90146ccb6958478bdc90a58bce540.zip
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31851 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files')
-rw-r--r--package/base-files/files/lib/upgrade/common.sh2
1 files changed, 1 insertions, 1 deletions
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() { # [ <signal> ]
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
*)