From bd7290128e3331aed37385e93c06624d01746a49 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 23 Oct 2003 20:09:19 +0000 Subject: [PATCH] EPICS R3.14.3 and above includes the name of the application. --- iocBoot/iocNoAsyn/st.cmd.Vx | 2 +- iocBoot/iocNoMPF/st.cmd.Vx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iocBoot/iocNoAsyn/st.cmd.Vx b/iocBoot/iocNoAsyn/st.cmd.Vx index 8f68bdb5..0a39d02d 100644 --- a/iocBoot/iocNoAsyn/st.cmd.Vx +++ b/iocBoot/iocNoAsyn/st.cmd.Vx @@ -18,7 +18,7 @@ ld < NoMPFVx.munch cd startup dbLoadDatabase("../../dbd/NoMPFVx.dbd") -registerRecordDeviceDriver(pdbbase) +NoMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/NoMPF.db") #dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup) diff --git a/iocBoot/iocNoMPF/st.cmd.Vx b/iocBoot/iocNoMPF/st.cmd.Vx index 8f68bdb5..0a39d02d 100644 --- a/iocBoot/iocNoMPF/st.cmd.Vx +++ b/iocBoot/iocNoMPF/st.cmd.Vx @@ -18,7 +18,7 @@ ld < NoMPFVx.munch cd startup dbLoadDatabase("../../dbd/NoMPFVx.dbd") -registerRecordDeviceDriver(pdbbase) +NoMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/NoMPF.db") #dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup)