summaryrefslogtreecommitdiff
path: root/package/base-files/files/sbin/sysupgrade
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-27 16:52:31 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-27 16:52:31 +0000
commit52e93e54bca8aecf3846b8924e7ae15e497cdc2a (patch)
treef7898d622351d54ce26b26210a1ff6bde6822661 /package/base-files/files/sbin/sysupgrade
parent825658977f19c135acadc1ae741e376f796446a5 (diff)
downloadmtk-20170518-52e93e54bca8aecf3846b8924e7ae15e497cdc2a.zip
mtk-20170518-52e93e54bca8aecf3846b8924e7ae15e497cdc2a.tar.gz
mtk-20170518-52e93e54bca8aecf3846b8924e7ae15e497cdc2a.tar.bz2
base-files: sysupgrade: kill all but essential processes before starting the update
SVN-Revision: 28626
Diffstat (limited to 'package/base-files/files/sbin/sysupgrade')
-rwxr-xr-xpackage/base-files/files/sbin/sysupgrade5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
index 7efb2b4..d251cc9 100755
--- a/package/base-files/files/sbin/sysupgrade
+++ b/package/base-files/files/sbin/sysupgrade
@@ -127,6 +127,11 @@ elif ask_bool $SAVE_CONFIG "Keep config files over reflash"; then
else
export SAVE_CONFIG=0
fi
+
+kill_remaining TERM
+sleep 3
+kill_remaining KILL
+
run_hooks "" $sysupgrade_pre_upgrade
if [ -n "$(rootfs_type)" ]; then