* bin/disk: unbold the first letter of the disk size units, match

format of the mem status reporting

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-07-20 15:27:53 -05:00
commit 71f17950e8
2 changed files with 4 additions and 2 deletions

View file

@ -30,4 +30,4 @@ case $MP in
/dev/*) MP=`grep "$MP" /proc/mounts | awk '{print $2}'` ;;
esac
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{=b MW}%s\005{-}\005{= MW}B,%s\005{-} ", $2, $5}'
df -h -P "$MP" | tail -n 1 | awk '{print $2 " " $5}' | sed "s/\([^0-9 ]\)/ \1/g" | awk '{printf "\005{=b MW}%d\005{-}\005{= MW}%sB,\005{-}\005{=b MW}%d\005{-}\005{= MW}%%\005{-} ", $1, $2, $3}'

4
debian/changelog vendored
View file

@ -2,8 +2,10 @@ byobu (2.21) unreleased; urgency=low
* byobu-launcher: drop "Launching byobu", since this ends up in the
bash history, LP: #400275
* bin/disk: unbold the first letter of the disk size units, match
format of the mem status reporting
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 20 Jul 2009 15:12:22 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 20 Jul 2009 15:27:06 -0500
byobu (2.20-0ubuntu1) karmic; urgency=low