From 6ee7a8d113d29f2c54cfbb54d5a3a4be708cfd62 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 25 Jul 2011 09:00:33 -0500 Subject: [PATCH] * usr/bin/byobu-shell: - MOTD message does not need to be Ubuntu-specific --- debian/changelog | 3 ++- usr/bin/byobu-shell | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f0ed5b2..24b9e597 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 24 Jul 2011 14:23:38 -0500 diff --git a/usr/bin/byobu-shell b/usr/bin/byobu-shell index 40b55e68..25afa3e4 100755 --- a/usr/bin/byobu-shell +++ b/usr/bin/byobu-shell @@ -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