Using named ports.
r1184 | ffr | 2006-10-26 10:29:48 +1000 (Thu, 26 Oct 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
29432a7f44
commit
b263875f22
@@ -1,7 +1,7 @@
|
||||
# SICS common configuration
|
||||
|
||||
# $Revision: 1.6 $
|
||||
# $Date: 2006-10-12 22:49:52 $
|
||||
# $Revision: 1.7 $
|
||||
# $Date: 2006-10-26 00:29:48 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by $Author: ffr $
|
||||
|
||||
@@ -16,11 +16,11 @@ source utility.tcl
|
||||
ServerOption statusfile $sicsroot/log/status.tcl
|
||||
ServerOption RedirectFile $sicsroot/log/stdout
|
||||
ServerOption LogFileDir $sicsroot/log
|
||||
ServerOption QuieckPort 60004
|
||||
ServerOption ServerPort 60003
|
||||
ServerOption InterruptPort 60002
|
||||
ServerOption QuieckPort [portnum $quieckport ]
|
||||
ServerOption ServerPort [portnum $serverport ]
|
||||
ServerOption InterruptPort [portnum $interruptport ]
|
||||
ServerOption TelWord sicslogin
|
||||
ServerOption TelnetPort 60001
|
||||
ServerOption TelnetPort [portnum $telnetport ]
|
||||
ServerOption ReadUserPasswdTimeout 600000
|
||||
ServerOption AcceptTimeOut 10
|
||||
ServerOption ReadTimeOut 10
|
||||
|
||||
Reference in New Issue
Block a user