Changeset 32

Show
Ignore:
Timestamp:
04/29/08 06:43:23 (2 months ago)
Author:
thich01
Message:

Fixing #128

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • main/README.txt

    r31 r32  
    4141 
    4242Run the build as above. 
    43 source set_env.sh 
     43 
    4444./createdbms <2 character installation ID> 
     45 
    4546source test_env.sh <same installation ID> 
     47 
    4648ingstart (will start the dbms) 
    4749ingstop (will stop the dbms) 
  • main/createdbms

    r29 r32  
    2020else 
    2121  echo "Error, I cannot find the set_env.sh script" 
    22   echo "This is required to use testit
    23   echo "Please run testit from the root directory of the Ingres source" 
     22  echo "This is required to use createdbms
     23  echo "Please run createdbms from the root directory of the Ingres source" 
    2424  exit 1 
    2525fi 
  • main/test_env.sh

    r30 r32  
     1if [ -f set_env.sh ] 
     2then 
     3  . ./set_env.sh 
     4else 
     5  echo "Error, I cannot find the set_env.sh script" 
     6  echo "This is required to use test_env.sh" 
     7  echo "Please source test_env.sh from the root directory of the Ingres source" 
     8  exit 1 
     9fi 
     10 
    111case $1 in 
    212        [A-Z][A-Z,0-9])