diff options
author | John Crispin <john@openwrt.org> | 2013-03-14 18:43:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-03-14 18:43:58 +0000 |
commit | ada74b87327e51a4823ee85fa8f52377a9d4cf4c (patch) | |
tree | f8345916838f654f0fdb1e11069cb5a50ec3edfa /package/base-files/files/lib | |
parent | 4d5860cdd6800806ee90182f4360220192fcd522 (diff) | |
download | upstream-ada74b87327e51a4823ee85fa8f52377a9d4cf4c.tar.gz upstream-ada74b87327e51a4823ee85fa8f52377a9d4cf4c.tar.bz2 upstream-ada74b87327e51a4823ee85fa8f52377a9d4cf4c.zip |
sysupgrade was broken as procd was getting killed
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36031
Diffstat (limited to 'package/base-files/files/lib')
-rw-r--r-- | package/base-files/files/lib/upgrade/common.sh | 2 |
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 969aecb7ff..df842bf922 100644 --- a/package/base-files/files/lib/upgrade/common.sh +++ b/package/base-files/files/lib/upgrade/common.sh @@ -99,7 +99,7 @@ kill_remaining() { # [ <signal> ] case "$name" in # Skip essential services - *ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*) : ;; + *procd*|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*hostapd*|*wpa_supplicant*) : ;; # Killable process *) |