from require 3.0 on, EPICS 3.13. has afterInit and iocinfo does not need special handling
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# 3rd part of common vxWorks startup
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user