ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/test.sh
Revision: 1.2
Committed: Tue Jan 17 12:40:31 2006 UTC (19 years, 3 months ago) by gcodispo
Content type: application/x-sh
Branch: MAIN
Changes since 1.1: +0 -1 lines
Log Message:
Added control for mysql dependency from ssl
Fixed help for mysql/sqlite path overloading

File Contents

# User Rev Content
1 elmer 1.1 #!/bin/sh
2    
3     test -z $BOSSDIR && exit
4    
5     cd $BOSSDIR
6     ./CONFIGDB
7     . bossenv.sh
8     bossAdmin configureDB
9     cd Examples
10     ./registerTestProgram
11     cd ../BossSched/bin
12     ./registerForkScheduler
13     cd ../../BossRTMon/
14     ./CONFIGDB
15     cd bin
16     ./registerMySQLRTmon