diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-23 21:49:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-23 21:49:31 +0000 |
commit | 5d6628a88cd468e0bbed22830285ad032ce43673 (patch) | |
tree | 6e346b655eee2dc927b41ee3e80da7c42f38ccf7 /package/base-files/files | |
parent | b86652832e9bfe8e0d2697f18266778afb9f90c3 (diff) | |
download | upstream-5d6628a88cd468e0bbed22830285ad032ce43673.tar.gz upstream-5d6628a88cd468e0bbed22830285ad032ce43673.tar.bz2 upstream-5d6628a88cd468e0bbed22830285ad032ce43673.zip |
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
SVN-Revision: 31851
Diffstat (limited to 'package/base-files/files')
-rw-r--r-- | package/base-files/files/lib/upgrade/common.sh | 2 |
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 *) |