* byobu: use -c for motd+shell, LP: #387201

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-15 22:28:53 -05:00
commit 242fc34126
2 changed files with 3 additions and 2 deletions

2
byobu
View file

@ -93,7 +93,7 @@ if grep -qs "^[^#]" "$HOME/.$PKG/windows"; then
DEFAULT_WINDOW=
else
# User has no default windows, so launch motd+shell
DEFAULT_WINDOW="$SHELL motd+shell"
DEFAULT_WINDOW="$SHELL -c motd+shell"
fi
# Ensure that the user's $SCREENRC at least exists

3
debian/changelog vendored
View file

@ -10,11 +10,12 @@ byobu (2.11) unreleased; urgency=low
~/.byobu/network-interface, update manpage accordingly, LP: #386364
* byobu-export, select-screen-profile: fix bashisms
on the read command, Debian Bug (closes: #530989)
* byobu: use -c for motd+shell, LP: #387201
[ Ciemon Dunville ]
* byobu.1: Simply added a SEE ALSO to byobu.1
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 15 Jun 2009 21:23:31 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 15 Jun 2009 22:28:12 -0500
byobu (2.10-0ubuntu1) karmic; urgency=low