* usr/bin/byobu-shell:

- MOTD message does not need to be Ubuntu-specific
This commit is contained in:
Dustin Kirkland 2011-07-25 09:00:33 -05:00
commit 6ee7a8d113
2 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View file

@ -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

View file

@ -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