From: Felix Fietkau Date: Wed, 23 May 2012 21:54:12 +0000 (+0000) Subject: base-files: kill ubusd and udhcpc on sysupgrade as well X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c1543f48bc3939dbf31ba310e3897d28b7103a67 base-files: kill ubusd and udhcpc on sysupgrade as well SVN-Revision: 31852 --- diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh index c6b41aed04..a705d972d9 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() { # [ ] case "$name" in # Skip essential services - *ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;; + *ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*) : ;; # Killable process *)