load template that matched the library
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# $Source: /cvs/A/CS/startup/saveRestore.script_common,v $
|
||||
require "autoSRarray"
|
||||
sprintf (STRINGBUFFER, "P=%s:", IOC)
|
||||
dbLoadDatabase ("save_restoreStatus.db", TEMPLATES, STRINGBUFFER)
|
||||
SR_TEMPLATE=malloc(100)
|
||||
sprintf (SR_TEMPLATE, "save_restoreStatus-%s.db", &_autoSRarrayLibRelease)
|
||||
dbLoadDatabase (SR_TEMPLATE, TEMPLATES, STRINGBUFFER)
|
||||
autoSRhookInit
|
||||
|
||||
save_restoreSet_Debug 0
|
||||
|
||||
Reference in New Issue
Block a user