projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh
[openwrt.git]
/
package
/
base-files
/
files
/
sbin
/
sysupgrade
diff --git
a/package/base-files/files/sbin/sysupgrade
b/package/base-files/files/sbin/sysupgrade
index
7efb2b4
..
d251cc9
100755
(executable)
--- 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
else
export SAVE_CONFIG=0
fi
+
+kill_remaining TERM
+sleep 3
+kill_remaining KILL
+
run_hooks "" $sysupgrade_pre_upgrade
if [ -n "$(rootfs_type)" ]; then
run_hooks "" $sysupgrade_pre_upgrade
if [ -n "$(rootfs_type)" ]; then
This page took
0.024286 seconds
and
4
git commands to generate.