mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-shell:
- MOTD message does not need to be Ubuntu-specific
This commit is contained in:
parent
0d9ea3f37f
commit
6ee7a8d113
2 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
byobu (4.23) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* usr/bin/byobu-shell:
|
||||
- MOTD message does not need to be Ubuntu-specific
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 24 Jul 2011 14:23:38 -0500
|
||||
|
||||
|
|
|
@ -27,12 +27,12 @@ FLAG="$BYOBU_CONFIG_DIR/.welcome-displayed"
|
|||
|
||||
if [ ! -e "$FLAG" ]; then
|
||||
echo
|
||||
echo "Welcome to Ubuntu's powerful, text-based window manager, Byobu."
|
||||
echo "Welcome to the light, powerful, text window manager, Byobu."
|
||||
echo "You can toggle the launch of Byobu at login with:"
|
||||
echo " 'byobu-disable' and 'byobu-enable'"
|
||||
echo
|
||||
echo "For tips, tricks, and more information, see:"
|
||||
echo " * https://help.ubuntu.com/community/Byobu"
|
||||
echo " * http://bit.ly/byobu-help"
|
||||
echo
|
||||
touch "$FLAG"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue