diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-08 19:14:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-08 19:14:55 +0000 |
commit | 7e3b6aa1f1593858a80b5a2277bdd8816379fd31 (patch) | |
tree | de9dbe0fe2ea7ae9877db7d8962065ab47428923 /package/base-files/files/lib/upgrade | |
parent | daca6a6a97f89214b6fbfccf7989b4c17bde3da6 (diff) | |
download | upstream-7e3b6aa1f1593858a80b5a2277bdd8816379fd31.tar.gz upstream-7e3b6aa1f1593858a80b5a2277bdd8816379fd31.tar.bz2 upstream-7e3b6aa1f1593858a80b5a2277bdd8816379fd31.zip |
base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
SVN-Revision: 28863
Diffstat (limited to 'package/base-files/files/lib/upgrade')
-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 a5a6fbf7e5..0870f7de5c 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -87,7 +87,7 @@ kill_remaining() { # [ <signal> ] esac case "$cmd" in # Skip kernel threads and essential services - \[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*) : ;; + \[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;; # Killable process *) |