* usr/bin/byobu-shell.in: LP: #1458941

- find the motd
This commit is contained in:
Dustin Kirkland 2015-08-31 09:10:44 -05:00
commit 5165d8cb2e
2 changed files with 6 additions and 1 deletions

2
debian/changelog vendored
View file

@ -7,6 +7,8 @@ byobu (5.95) unreleased; urgency=medium
- ensure we start tmux with unicode support, LP: #1268072 - ensure we start tmux with unicode support, LP: #1268072
* usr/bin/byobu.in, usr/share/man/man1/byobu.1: LP: #1483394 * usr/bin/byobu.in, usr/share/man/man1/byobu.1: LP: #1483394
- byobu -h|--help enters manpage - byobu -h|--help enters manpage
* usr/bin/byobu-shell.in: LP: #1458941
- find the motd
[ Fortunato Ventre ] [ Fortunato Ventre ]
* usr/lib/byobu/include/constants: * usr/lib/byobu/include/constants:

View file

@ -24,7 +24,10 @@ PKG="byobu"
FLAG="$BYOBU_CONFIG_DIR/.welcome-displayed" FLAG="$BYOBU_CONFIG_DIR/.welcome-displayed"
[ -r /etc/motd ] && cat /etc/motd # Find a MOTD, seems that they're moving around
for i in /etc/motd /run/motd.dynamic /run/motd; do
[ -r $i ] && cat $i && break
done
if [ ! -e "$FLAG" ]; then if [ ! -e "$FLAG" ]; then
echo echo