Use absolute path for log and data files.
r989 | ffr | 2006-05-09 15:56:22 +1000 (Tue, 09 May 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
f30988ab02
commit
f3c56a1dab
@@ -1,5 +1,5 @@
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2006-05-09 05:08:50 $
|
||||
# $Revision: 1.3 $
|
||||
# $Date: 2006-05-09 05:56:22 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
@@ -12,10 +12,10 @@ proc params {args} {
|
||||
eval "array set x [list $args]"
|
||||
}
|
||||
|
||||
ServerOption statusfile log/status.tcl
|
||||
ServerOption RedirectFile log/stdout
|
||||
ServerOption LogFileBaseName log/serverlog
|
||||
ServerOption LogFileDir log
|
||||
ServerOption statusfile /home/sics/SICS/log/status.tcl
|
||||
ServerOption RedirectFile /home/sics/SICS/log/stdout
|
||||
ServerOption LogFileBaseName /home/sics/SICS/log/serverlog
|
||||
ServerOption LogFileDir /home/sics/SICS/log
|
||||
ServerOption QuieckPort 60004
|
||||
ServerOption ServerPort 60003
|
||||
ServerOption InterruptPort 60002
|
||||
@@ -27,9 +27,9 @@ ServerOption ReadTimeOut 10
|
||||
SicsUser manager ansto 1
|
||||
SicsUser user sydney 2
|
||||
SicsUser spy 007 3
|
||||
MakeDataNumber SicsDataNumber data/DataNumber
|
||||
MakeDataNumber SicsDataNumber /home/sics/SICS/data/DataNumber
|
||||
VarMake SicsDataPath Text Internal
|
||||
SicsDataPath data/
|
||||
SicsDataPath /home/sics/SICS/data/
|
||||
SicsDataPath lock
|
||||
VarMake SicsDataPrefix Text Internal
|
||||
SicsDataPrefix smp
|
||||
|
||||
Reference in New Issue
Block a user