From f61d1d910b68dbe31661468af32eaada2c43acf9 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 11 Jan 2010 21:59:03 -0600 Subject: [PATCH] byobu: deprecate code that prevented nested byobu sessions; this is is actually quite useful, although you should choose different escape sequences for each nested host, LP: #403988 --- byobu | 6 ------ debian/changelog | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/byobu b/byobu index 6943e15b..055aaef4 100755 --- a/byobu +++ b/byobu @@ -27,12 +27,6 @@ if [ "$#" = "1" ] && [ "$1" = "-v" ]; then exit 0 fi -# Nesting byobu inside of screen doesn't work well -if [ -n "$STY" ] || [ "$TERM" = "screen-bce" ]; then - echo `gettext "Exit the current screen session to run $PKG"` - exit 1 -fi - # Sanitize the environment byobu-janitor --force diff --git a/debian/changelog b/debian/changelog index 65442a99..3a88002e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ byobu (2.46) unreleased; urgency=low * bin/logo, bin/release: when looking at /etc/issue, grab the first line that starts with a real letter rather than control character, LP: #432751 + * byobu: deprecate code that prevented nested byobu sessions; this is + is actually quite useful, although you should choose different + escape sequences for each nested host, LP: #403988 -- Dustin Kirkland Thu, 07 Jan 2010 21:53:14 -0600