mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
parent
f285600b10
commit
5165d8cb2e
2 changed files with 6 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -7,6 +7,8 @@ byobu (5.95) unreleased; urgency=medium
|
|||
- ensure we start tmux with unicode support, LP: #1268072
|
||||
* usr/bin/byobu.in, usr/share/man/man1/byobu.1: LP: #1483394
|
||||
- byobu -h|--help enters manpage
|
||||
* usr/bin/byobu-shell.in: LP: #1458941
|
||||
- find the motd
|
||||
|
||||
[ Fortunato Ventre ]
|
||||
* usr/lib/byobu/include/constants:
|
||||
|
|
|
@ -24,7 +24,10 @@ PKG="byobu"
|
|||
|
||||
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
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue