Script started on Wed Jan 02 00:15:02 2008 sh-3.00$ bash bash: /export/home/lpuni/.profile-EIS: No such file or directory localhost:11.0 78COLUMNS=80; LINES=24; export COLUMNS LINES; gamma: /export/home/lpuni $ uname -a SunOS gamma 5.10 Generic_127111-03 sun4u sparc SUNW,Sun-Blade-1000 Solaris gamma: /export/home/lpuni $ ls ./ .Xauthority .bash_profile@ lpuni_solaris.log ../ .bash_history .bashrc* gamma: /export/home/lpuni $ wget http://lpmuds.net/files/lpuni_a-0610-R7.tar.gz --00:15:27-- http://lpmuds.net/files/lpuni_a-0610-R7.tar.gz => `lpuni_a-0610-R7.tar.gz' Resolving lpmuds.net... 204.209.44.12 Connecting to lpmuds.net|204.209.44.12|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,698,532 (1.6M) [application/x-tar] 0% [ ] 0 --.--K/s 1% [ ] 17,183 73.59K/s 2% [> ] 48,828 95.56K/s 7% [=> ] 120,368 166.12K/s 12% [===> ] 219,648 221.42K/s 18% [=====> ] 311,628 254.73K/s 24% [=======> ] 409,448 279.32K/s 29% [=========> ] 499,968 293.77K/s 34% [===========> ] 589,028 304.60K/s 40% [=============> ] 682,468 319.11K/s 44% [===============> ] 759,848 322.77K/s 49% [=================> ] 837,228 325.46K/s 54% [===================> ] 927,748 333.88K/s 59% [====================> ] 1,009,508 336.35K/s 64% [======================> ] 1,095,648 341.27K/s ETA 00:01 69% [========================> ] 1,173,028 343.44K/s ETA 00:01 74% [==========================> ] 1,257,708 371.55K/s ETA 00:01 79% [============================> ] 1,355,528 386.28K/s ETA 00:01 84% [==============================> ] 1,441,668 386.57K/s ETA 00:01 90% [================================> ] 1,535,108 391.63K/s ETA 00:00 95% [==================================> ] 1,621,248 387.68K/s ETA 00:00 100%[====================================>] 1,698,532 392.55K/s ETA 00:00 00:15:32 (356.22 KB/s) - `lpuni_a-0610-R7.tar.gz' saved [1698532/1698532] gamma: /export/home/lpuni $ t gtar xzfp lpuni_a-0610-R7.tar.gz gamma: /export/home/lpuni $ ls ./ .Xauthority .bash_profile@ lpuni/ lpuni_solaris.log ../ .bash_history .bashrc* lpuni_a-0610-R7.tar.gz gamma: /export/home/lpuni $ cd lpuni gamma: /export/home/lpuni/lpuni $ ls ./ ../ README* install.sh* lpuni.tar.gz gamma: /export/home/lpuni/lpuni $ ./install.sh ./install.sh: CRE=^[[K: is not an identifier gamma: /export/home/lpuni/lpuni $ more ./install.sh #!/bin/sh # Tacitus @ LPUniversity # 15-APRIL-2006 # LPUniversity Mudlib Install Script #define colours export CRE="" export NORMAL="" export RED="" export GREEN="" export YELLOW="" export BLUE="" export MAGENTA="" export CYAN="" export WHITE="" export SAVE="" export RESTORE="" export CLEAR="" export RESET="" echo "=--------------------------------------------="; --More--(3%) echo "|${BLUE} Welcome to the LPUniversity Install Script${NORMAL} |"; echo "=--------------------------------------------="; echo; echo "This script will automatically install and configure"; echo "the LPUniversity mudlib after getting some information"; echo "from you. If you do not wish to continue with this process"; echo "then please exit from this script now by pressing the"; echo "button labelled 'ctrl' and the letter 'c' at the same time."; echo; echo "Hit any key to continue..."; read blah; while(true) do echo; echo "${CYAN}Step 1: Preliminary Questions${NORMAL}" echo; echo "We now need to find out where you'd like to install LPUniversity."; echo "If you do not provide an argument, then it will install to the current dir ectory."; echo; while(true) --More--(9%) do echo -n "Install to [./mud/]: "; read install_dir; expr "$install_dir" == "" >/dev/null && install_dir="$(pwd)/mud"; [ -d "$install_dir" ] && break echo; echo "${RED} The directory '$install_dir' does not exist.${NORMAL}"; mkdir $install_dir; if test -d $install_dir then echo "${GREEN} The directory '$install_dir' has been created.${N ORMAL}"; break; else echo "Please try again."; fi done echo; --More--(12%) gamma: /export/home/lpuni/lpuni $ ls ./ ../ README* install.sh* lpuni.tar.gz gamma: /export/home/lpuni/lpuni $ gtar xzfp lpuni.tar.gz gamma: /export/home/lpuni/lpuni $ cd lpuni.tar.gz bash: cd: lpuni.tar.gz: Not a directory gamma: /export/home/lpuni/lpuni $ ls ./ README bin/ etc/ lib/ lpuni.tar.gz ../ RELEASE_NOTES copyright install.sh* license source/ gamma: /export/home/lpuni/lpuni $ cd lpuni.tar.gz              etc/ gamma: /export/home/lpuni/lpuni/etc $ ls ./ README.mudlib hwipe.sh* pwipe.sh* ../ README.quickstart install.sh* startmud* README.install config.lpu local_options startmud.part gamma: /export/home/lpuni/lpuni/etc $ cd .. gamma: /export/home/lpuni/lpuni $ cd .. gamma: /export/home/lpuni $ ls ./ .Xauthority .bash_profile@ lpuni/ lpuni_solaris.log ../ .bash_history .bashrc* lpuni_a-0610-R7.tar.gz gamma: /export/home/lpuni $ exit sh-3.00$ exit script done on Wed Jan 02 00:16:49 2008