* byobu-janitor: add fix for the collapsed disk* and network* status

items


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-21 12:11:25 -05:00
commit 77d3dffc31
2 changed files with 5 additions and 1 deletions

View file

@ -63,6 +63,8 @@ fi
# underscores such that we can source the file as a shell snippet;
# fix existing status configuration.
sed -i "s/-/_/g" "$HOME/.$PKG/status"
sed -i "s/^disk.*=/disk=/" "$HOME/.$PKG/status"
sed -i "s/^network.*=/network=/" "$HOME/.$PKG/status"
# Clean up flag
rm -f "$FLAG"

4
debian/changelog vendored
View file

@ -23,11 +23,13 @@ byobu (2.13) unreleased; urgency=low
reload is required; flag this in the postinst, after upgrading byobu
* byobu-config: add note about ctrl-a-R to reload profile, flag the
reload-required file when making changes
* byobu-janitor: add fix for the collapsed disk* and network* status
items
[ Ciemon Dunville ]
* byobu.1: reflect the keybinding toggle change to Ctrl-a-!
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 20 Jun 2009 13:46:18 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 21 Jun 2009 12:11:15 -0500
byobu (2.12-0ubuntu1) karmic; urgency=low