projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c136759
)
base-files: kill ubusd and udhcpc on sysupgrade as well
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2012 21:54:12 +0000
(21:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2012 21:54:12 +0000
(21:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31852
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/upgrade/common.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index
c6b41ae
..
a705d97
100644
(file)
--- 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
*)