From cd63b9947087448dbdcbb50c2579cedd49cf1c88 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 12 Jan 2001 23:25:19 +0000 Subject: [PATCH] exampleApp.dbd renamed to example.dbd --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd | 2 +- src/makeBaseApp/top/exampleBoot/ioc/stcmd.host | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")