projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682432a
)
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2012 21:49:31 +0000
(21:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 May 2012 21:49:31 +0000
(21:49 +0000)
SVN-Revision: 31851
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 8f19d3e86e0d94edbe2f0d6d3a190902fa8e3024..c6b41aed0408d65c17afa7aaaf86b11ef94f1bab 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*|*
netifd*|*
hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
+ *ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
# Killable process
*)