diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index fdc2b653d..dc8398c7d 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -21,7 +21,7 @@ ld < exampleLibrary.munch #TSinit cd top -dbLoadDatabase("dbd/exampleApp.dbd") +dbLoadDatabase("dbd/example.dbd") registerRecordDeviceDriver(pdbbase) dbLoadRecords("db/dbExample1.db","user=_USER_") dbLoadRecords("db/dbExample2.db","user=_USER_,no=1,scan=1 second") diff --git a/src/makeBaseApp/top/exampleBoot/ioc/stcmd.host b/src/makeBaseApp/top/exampleBoot/ioc/stcmd.host index 8728142c9..6ebc0239d 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/stcmd.host +++ b/src/makeBaseApp/top/exampleBoot/ioc/stcmd.host @@ -1,4 +1,4 @@ -dbLoadDatabase("../../dbd/exampleApp.dbd",0,0) +dbLoadDatabase("../../dbd/example.dbd",0,0) registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/dbExample1.db","user=_USER_Host") dbLoadRecords("../../db/dbExample2.db","user=_USER_Host,no=1,scan=1 second")