aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
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
commit010cd3161d2ac78d908fc733cd0535f39b734ce4 (patch)
tree17c598906772f07c94c8ff52ac0e228f8d168a66 /package/base-files
parentc136759736a90146ccb6958478bdc90a58bce540 (diff)
downloadupstream-010cd3161d2ac78d908fc733cd0535f39b734ce4.tar.gz
upstream-010cd3161d2ac78d908fc733cd0535f39b734ce4.tar.bz2
upstream-010cd3161d2ac78d908fc733cd0535f39b734ce4.zip
base-files: kill ubusd and udhcpc on sysupgrade as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31852 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-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
*)