projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d101899
)
basefiles: Reword sysupgrade message
author
Kevin Darbyshire-Bryant
<
[email protected]
>
Wed, 4 Jul 2018 16:26:16 +0000
(17:26 +0100)
committer
John Crispin
<
[email protected]
>
Wed, 8 Aug 2018 13:32:44 +0000
(15:32 +0200)
sysupgrade 'upgrade' message more verbose than needs be.
Signed-off-by: Kevin Darbyshire-Bryant <
[email protected]
>
(cherry picked from commit
edf338f248a270f5fd85edc04775ec5ed6d46bca
)
package/base-files/files/sbin/sysupgrade
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/sysupgrade
b/package/base-files/files/sbin/sysupgrade
index bf5428af259e414a3b9f402d5716b00c819ceb1d..482be068d9d9be3d740989f03c54df01719e7a90 100755
(executable)
--- a/
package/base-files/files/sbin/sysupgrade
+++ b/
package/base-files/files/sbin/sysupgrade
@@
-267,7
+267,7
@@
fi
run_hooks "" $sysupgrade_pre_upgrade
install_bin /sbin/upgraded
-v "Commencing upgrade.
All shell sessions will be closed now
."
+v "Commencing upgrade.
Closing all shell sessions
."
COMMAND='. /lib/functions.sh; include /lib/upgrade; do_upgrade_stage2'