From ea974f39baed26a3c2de8ba00ada97e8a49d0468 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sat, 19 Mar 2011 15:59:42 +0100 Subject: less misleading wording for linux script messages --- linden/indra/newview/linux_tools/register_secondlifeprotocol.sh | 4 ++-- linden/indra/newview/linux_tools/wrapper.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'linden') diff --git a/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh b/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh index 4ab96f9..338fc26 100755 --- a/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh +++ b/linden/indra/newview/linux_tools/register_secondlifeprotocol.sh @@ -18,7 +18,7 @@ LLGCONFTOOL2=gconftool-2 if which ${LLGCONFTOOL2} >/dev/null; then (${LLGCONFTOOL2} -s -t string /desktop/gnome/url-handlers/secondlife/command "${HANDLER} \"%s\"" && ${LLGCONFTOOL2} -s -t bool /desktop/gnome/url-handlers/secondlife/enabled true) || echo Warning: Did not register secondlife:// handler with GNOME: ${LLGCONFTOOL2} failed. else - echo Warning: Did not register secondlife:// handler with GNOME: ${LLGCONFTOOL2} not found. + echo Info: Did not register secondlife:// handler with GNOME: ${LLGCONFTOOL2} not found. You can safely ignore this if you are not using GNOME. fi # Register handler for KDE-aware apps @@ -42,5 +42,5 @@ makedir=false deleting=false EOF else - echo Warning: Did not register secondlife:// handler with KDE: Directory $LLKDEPROTDIR does not exist. + echo Info: Did not register secondlife:// handler with KDE: Directory $LLKDEPROTDIR does not exist. You can safely ignore this if you are not using KDE. fi diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index a43ebd5..f6ce272 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh @@ -126,7 +126,7 @@ if [ -n "$LL_RUN_ERR" ]; then LL_RUN_ERR_MSG="" if [ "$LL_RUN_ERR" = "runerr" ]; then # generic error running the binary - echo '*** Bad shutdown. ***' + echo 'unexpected shutdown' fi -- cgit v1.1