projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd7c7c
)
[package] base-files: fix typo
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 30 Oct 2011 15:48:14 +0000
(15:48 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 30 Oct 2011 15:48:14 +0000
(15:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28681
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
2126ca1
..
a2c0dba
100644
(file)
--- a/
package/base-files/files/lib/upgrade/common.sh
+++ b/
package/base-files/files/lib/upgrade/common.sh
@@
-79,7
+79,7
@@
run_ramfs() { # <command> [...]
kill_remaining() { # [ <signal> ]
local sig="${1:-TERM}"
- echo -n "Sending $sig to remaing processes ... "
+ echo -n "Sending $sig to remain
in
g processes ... "
top -bn1 | while read pid ppid user stat vsz pvsz pcpu cmd args; do
case "$pid" in
[0-9]*) : ;;