From: Jo-Philipp Wich Date: Tue, 8 Nov 2011 19:14:55 +0000 (+0000) Subject: base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7e3b6aa1f1593858a80b5a2277bdd8816379fd31;p=librecmc%2Flibrecmc.git base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated SVN-Revision: 28863 --- 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() { # [ ] 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 *)