10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
# $Source: /cvs/A/CS/startup/startup.script_part3,v $
|
|
|
|
# EPICS 3.13 needs this to upload iocinfo to database
|
|
sprintf STRINGBUFFER,strncmp(EPICS,"R3.13.",6) ? ";" : "iocinfo"
|
|
execute STRINGBUFFER
|
|
|
|
# set the prompt
|
|
sprintf STRINGBUFFER, "%s > ", IOC
|
|
shellPromptSet STRINGBUFFER
|