diff options
author | Armin Weatherwax | 2011-03-19 15:59:42 +0100 |
---|---|---|
committer | Armin Weatherwax | 2011-03-19 15:59:42 +0100 |
commit | ea974f39baed26a3c2de8ba00ada97e8a49d0468 (patch) | |
tree | 939d7b9df97fbcfa4e8900f1ce2f11e301731f8a /linden/indra/newview/linux_tools/register_secondlifeprotocol.sh | |
parent | package libz.so instead of libz.so.1 for linux32 (diff) | |
download | meta-impy-ea974f39baed26a3c2de8ba00ada97e8a49d0468.zip meta-impy-ea974f39baed26a3c2de8ba00ada97e8a49d0468.tar.gz meta-impy-ea974f39baed26a3c2de8ba00ada97e8a49d0468.tar.bz2 meta-impy-ea974f39baed26a3c2de8ba00ada97e8a49d0468.tar.xz |
less misleading wording for linux script messages
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/linux_tools/register_secondlifeprotocol.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
18 | if which ${LLGCONFTOOL2} >/dev/null; then | 18 | if which ${LLGCONFTOOL2} >/dev/null; then |
19 | (${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. | 19 | (${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. |
20 | else | 20 | else |
21 | echo Warning: Did not register secondlife:// handler with GNOME: ${LLGCONFTOOL2} not found. | 21 | echo Info: Did not register secondlife:// handler with GNOME: ${LLGCONFTOOL2} not found. You can safely ignore this if you are not using GNOME. |
22 | fi | 22 | fi |
23 | 23 | ||
24 | # Register handler for KDE-aware apps | 24 | # Register handler for KDE-aware apps |
@@ -42,5 +42,5 @@ makedir=false | |||
42 | deleting=false | 42 | deleting=false |
43 | EOF | 43 | EOF |
44 | else | 44 | else |
45 | echo Warning: Did not register secondlife:// handler with KDE: Directory $LLKDEPROTDIR does not exist. | 45 | 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. |
46 | fi | 46 | fi |