* usr/bin/byobu: LP: #966686

- ensure that the MOTD gets printed on byobu-tmux first launches
This commit is contained in:
Dustin Kirkland 2012-04-03 19:04:45 -05:00
commit 93c5eb88f8
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ byobu (5.17) unreleased; urgency=low
- performance improvement, testing for directory existence before
mkdir -p saves time
- localize a couple of function variables
* usr/bin/byobu: LP: #966686
- ensure that the MOTD gets printed on byobu-tmux first launches
[ Fumihito YOSHIDA (hito) ]
* usr/lib/byobu/logo: LP: #952724

View file

@ -100,6 +100,7 @@ case $BYOBU_BACKEND in
fi
fi
BYOBU_PROFILE="-f $BYOBU_PREFIX/share/$PKG/profiles/tmuxrc"
DEFAULT_WINDOW="new-session ${BYOBU_PREFIX}/bin/byobu-shell"
sessions=$($BYOBU_BACKEND list-sessions 2>/dev/null) || true
;;
screen)