[package] base-files: do not kill udhcpc on sysupgrade, it will tear down the interfa...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Nov 2011 19:14:55 +0000 (19:14 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Nov 2011 19:14:55 +0000 (19:14 +0000)
SVN-Revision: 28863

package/base-files/files/lib/upgrade/common.sh

index a5a6fbf7e56eaffc92d926191c9b4ea0e8a8d041..0870f7de5c8ec7d1137524aaea29d012fe1dcfe3 100644 (file)
@@ -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
                        *)