* select-screen-profile: update to say "byobu" rather than screen,

LP: #382643


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-08 17:43:37 -05:00
commit d8848fd431
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View file

@ -2,6 +2,8 @@ byobu (2.9) unreleased; urgency=low
* screen-launcher: slightly cleaner bash exit (still could use some * screen-launcher: slightly cleaner bash exit (still could use some
improvement) improvement)
* select-screen-profile: update to say "byobu" rather than screen,
LP: #382643
* bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin * bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin
in iwconfig and ifconfig paths in iwconfig and ifconfig paths
* bin/cpu-count: performance improvement, use getconf * bin/cpu-count: performance improvement, use getconf
@ -10,7 +12,7 @@ byobu (2.9) unreleased; urgency=low
* bin/ec2-cost: performance improvement, cache ifconfig output * bin/ec2-cost: performance improvement, cache ifconfig output
* bin/logo: use a case-statement instead of nasty if/then/else stack * bin/logo: use a case-statement instead of nasty if/then/else stack
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 08 Jun 2009 12:08:58 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 08 Jun 2009 17:42:50 -0500
byobu (2.8-0ubuntu1) karmic; urgency=low byobu (2.8-0ubuntu1) karmic; urgency=low

View file

@ -131,7 +131,7 @@ setprofile() {
if [ "$TERM" = "screen" ]; then if [ "$TERM" = "screen" ]; then
echo `gettext 'If you are using the default set of keybindings, press\n<F5> to activate these changes.\n\nOtherwise, exit this screen session and start a new one.'` echo `gettext 'If you are using the default set of keybindings, press\n<F5> to activate these changes.\n\nOtherwise, exit this screen session and start a new one.'`
else else
echo `gettext 'Run "screen" to activate'` echo `gettext 'Run "byobu" to activate'`
fi fi
echo echo
break break