Changeset 6141 for trunk/arb_install.sh

Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/arb_install.sh

    r6042 r6141  
    3535} 
    3636 
    37 seperator() { 
     37separator() { 
    3838    echo '' 
    3939    echo '*******************************************' 
    4040} 
    4141 
    42 seperator 
     42separator 
    4343echo 'Welcome to the ARB Package' 
    44 seperator 
     44separator 
    4545echo '  Note:   - You may abort this script with ctrl-"C"' 
    4646echo '          - You can rerun this script as often as you like' 
     
    4848echo '            you can simply change some options)' 
    4949echo '          - Pressing <return> will select the value in brackets' 
    50 seperator 
     50separator 
    5151echo 'Please answer some questions:' 
    52 seperator 
     52separator 
    5353echo 'Enter path where to install ARB ?' 
    54 echo '  ARB is not a single programm but a set of programs, datafiles ...' 
     54echo '  ARB is not a single program but a set of programs, datafiles ...' 
    5555echo '  To install ARB correctly all files are stored in a single ' 
    5656echo '  directory. This script creates such a directory and copies all' 
     
    103103 
    104104    if test -w $ARBHOME; then 
    105         seperator 
     105        separator 
    106106        echo 'The destination directory' 
    107107        echo "    $ARBHOME" 
     
    143143 
    144144if test -d lib/pictures; then 
    145     seperator 
     145    separator 
    146146    echo "Old ARB package found (type n to change only some options)." 
    147147    echo "  Do you want to update the old package: (y/n)[y]" 
     
    158158fi 
    159159 
    160 seperator 
     160separator 
    161161echo 'Specify PT_SERVER files location' 
    162162echo '  ARB needs a writeable directory to store the pt_server files. ' 
     
    224224esac 
    225225 
    226 seperator 
     226separator 
    227227echo 'Who is responsible for the PT_SERVER index files ?' 
    228228echo '  Answer  y: if you trust your users (less administration)' 
     
    245245esac 
    246246 
    247 seperator 
     247separator 
    248248echo 'NameServer installation' 
    249 echo '  The NameServer is a programm, that synchronizes all species names' 
     249echo '  The NameServer is a program, that synchronizes all species names' 
    250250echo '  of the databases of different users.' 
    251251echo '  Users that import foreign data into their database and want to' 
     
    271271esac 
    272272 
    273 seperator 
     273separator 
    274274echo 'Networking' 
    275275echo '  To speed up calculation one special host can be assigned as' 
     
    303303    echo ">>> old lib/arb_tcp.dat restored";; 
    304304    n) 
    305     seperator 
     305    separator 
    306306    echo "Enter the name of your host for the pt_server" 
    307307    read host 
     
    320320esac 
    321321 
    322 seperator 
     322separator 
    323323echo ">>> Installation Complete" 
    324324 
    325 seperator 
     325separator 
    326326SHELL_ANS=0 
    327327