use IOC instead of %T for ioc name because of possible long IOC names

This commit is contained in:
zimoch
2011-02-02 10:43:00 +00:00
parent 45f7289cd0
commit e01111d214
3 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
# $Source: /cvs/A/CS/startup/startup.script_iocmon,v $
require "iocmon"
dbLoadDatabase("iocmon.template", TEMPLATES, bootInfo("IOC=%T,CRATE=%T"))
sprintf (STRINGBUFFER, "IOC=%s,CRATE=%s", IOC, IOC)
dbLoadDatabase ("iocmon.template", TEMPLATES, STRINGBUFFER)