diff --git a/byobu-janitor b/byobu-janitor index c5188f11..63ccd393 100644 --- a/byobu-janitor +++ b/byobu-janitor @@ -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" diff --git a/debian/changelog b/debian/changelog index ed1728d7..2cc5533e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 20 Jun 2009 13:46:18 -0500 + -- Dustin Kirkland Sun, 21 Jun 2009 12:11:15 -0500 byobu (2.12-0ubuntu1) karmic; urgency=low