From d9efc718418e6b16cd390aaaeea9cc82cdf151c4 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 14 Oct 2008 20:04:32 -0500 Subject: Rebranded Linux-specific installer/support files. Replaced instances of "Second Life" with "Imprudence", etc. --- .../indra/newview/linux_tools/handle_secondlifeprotocol.sh | 2 +- linden/indra/newview/linux_tools/wrapper.sh | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'linden/indra/newview/linux_tools') diff --git a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh index 7ff86d1..3613070 100755 --- a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh +++ b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh @@ -13,5 +13,5 @@ fi RUN_PATH=`dirname "$0" || echo .` cd "${RUN_PATH}" -exec ./secondlife -url \'"${URL}"\' +exec ./imprudence -url \'"${URL}"\' diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index 9d2e06b..e1c68b9 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh @@ -103,7 +103,7 @@ if [ -n "$LL_TCMALLOC" ]; then fi export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}"' -export SL_CMD='$LL_WRAPPER bin/do-not-directly-run-secondlife-bin' +export SL_CMD='$LL_WRAPPER bin/do-not-directly-run-imprudence-bin' export SL_OPT="`cat gridargs.dat` $@" # Run the program @@ -118,9 +118,9 @@ if [ -n "$LL_RUN_ERR" ]; then if [ "`uname -m`" = "x86_64" ]; then echo cat << EOFMARKER -You are running the Second Life Viewer on a x86_64 platform. The +You are running the Imprudence Viewer on a x86_64 platform. The most common problems when launching the Viewer (particularly -'bin/do-not-directly-run-secondlife-bin: not found' and 'error while +'bin/do-not-directly-run-imprudence-bin: not found' and 'error while loading shared libraries') may be solved by installing your Linux distribution's 32-bit compatibility packages. For example, on Ubuntu and other Debian-based Linuxes you might run: @@ -129,11 +129,3 @@ EOFMARKER fi fi fi - - -echo -echo '*******************************************************' -echo 'This is a BETA release of the Second Life linux client.' -echo 'Thank you for testing!' -echo 'Please see README-linux.txt before reporting problems.' -echo -- cgit v1.1