Keep all config files in one directory.
r1107 | ffr | 2006-09-06 13:51:41 +1000 (Wed, 06 Sep 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
4c0ec49124
commit
e3c462aa66
@@ -1,12 +1,11 @@
|
||||
# $Revision: 1.15 $
|
||||
# $Date: 2006-09-04 05:13:34 $
|
||||
# $Revision: 1.16 $
|
||||
# $Date: 2006-09-06 03:51:41 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
#START SERVER CONFIGURATION SECTION
|
||||
set common $env(SICSCOMMON)
|
||||
source $common/dmc2280_util.tcl
|
||||
source $common/server_config.tcl
|
||||
source dmc2280_util.tcl
|
||||
source server_config.tcl
|
||||
#END SERVER CONFIGURATION SECTION
|
||||
|
||||
########################################
|
||||
@@ -629,4 +628,4 @@ ss2vo readscript ss2readvertoffset
|
||||
MakeCounter simCtr SIM -1.0
|
||||
MakeScanCommand xxxscan simCtr hrpd.hdd recover.bin
|
||||
|
||||
source $env(SICSERVERHOME)/hipadaba_hrpd_configuration.tcl
|
||||
source hipadaba_hrpd_configuration.tcl
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2006-09-04 05:43:24 $
|
||||
# $Revision: 1.3 $
|
||||
# $Date: 2006-09-06 03:51:41 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
# Provides simulated motors for experimenting with scan and batch commands
|
||||
#START SERVER CONFIGURATION SECTION
|
||||
source $env(SICSCOMMON)/server_config.tcl
|
||||
source server_config.tcl
|
||||
#END SERVER CONFIGURATION SECTION
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -1,17 +1,16 @@
|
||||
# SICS common configuration
|
||||
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2006-09-04 05:12:53 $
|
||||
# $Revision: 1.3 $
|
||||
# $Date: 2006-09-06 03:49:08 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by $Author: ffr $
|
||||
|
||||
|
||||
installprotocolhandler
|
||||
|
||||
set common $env(SICSCOMMON)
|
||||
source $common/utility.tcl
|
||||
source utility.tcl
|
||||
|
||||
set sicsroot $env(SICSROOT)
|
||||
set sicsroot /usr/local/sics
|
||||
ServerOption statusfile $sicsroot/log/status.tcl
|
||||
ServerOption RedirectFile $sicsroot/log/stdout
|
||||
ServerOption LogFileBaseName $sicsroot/log/serverlog
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
# $Revision: 1.4 $
|
||||
# $Date: 2006-09-04 05:12:53 $
|
||||
# $Revision: 1.5 $
|
||||
# $Date: 2006-09-06 03:49:08 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by $Author: ffr $
|
||||
|
||||
# Load troubleshooting setup
|
||||
set common $env(SICSCOMMON)
|
||||
set serverhome $env(SICSERVERHOME)
|
||||
source $common/dmc2280_util.tcl
|
||||
source $serverhome/troubleshoot_setup.tcl
|
||||
source dmc2280_util.tcl
|
||||
source troubleshoot_setup.tcl
|
||||
|
||||
if { $argc > 0 } {
|
||||
set configFileName [lindex $argv 0]
|
||||
|
||||
Reference in New Issue
Block a user