summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-23 21:54:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-23 21:54:12 +0000
commit166db84309adc99887fdde4fd6acae1f0e70e1ae (patch)
treec48dace0701391076365630f7f8f47fba9ac3536 /package
parent5d6628a88cd468e0bbed22830285ad032ce43673 (diff)
downloadmaster-31e0f0ae-166db84309adc99887fdde4fd6acae1f0e70e1ae.tar.gz
master-31e0f0ae-166db84309adc99887fdde4fd6acae1f0e70e1ae.tar.bz2
master-31e0f0ae-166db84309adc99887fdde4fd6acae1f0e70e1ae.zip
base-files: kill ubusd and udhcpc on sysupgrade as well
SVN-Revision: 31852
Diffstat (limited to 'package')
-rw-r--r--package/base-files/files/lib/upgrade/common.sh2
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 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() { # [ <signal> ]
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
*)