diff --git a/iocBoot/iocNoAsyn/st.cmd.unix b/iocBoot/iocNoAsyn/st.cmd.unix deleted file mode 100644 index e8230ac5..00000000 --- a/iocBoot/iocNoAsyn/st.cmd.unix +++ /dev/null @@ -1,14 +0,0 @@ -# This example if for running a motor record that uses Soft Channel device -# support on a Unix host. This example does not require MPF. - -# Start errlog Task before any possible error messsage to prevent -# erroneous "Interrupted system call" message on Linux OS host. -errlogInit(0) - -dbLoadDatabase("../../dbd/NoMPF.dbd") -registerRecordDeviceDriver(pdbbase) - -#dbLoadRecords("../../db/NoMPF.db") -dbLoadRecords("../../motorExApp/Db/softMotorTest.db","user=rls") - -iocInit diff --git a/iocBoot/iocNoMPF/st.cmd.unix b/iocBoot/iocNoMPF/st.cmd.unix deleted file mode 100644 index e8230ac5..00000000 --- a/iocBoot/iocNoMPF/st.cmd.unix +++ /dev/null @@ -1,14 +0,0 @@ -# This example if for running a motor record that uses Soft Channel device -# support on a Unix host. This example does not require MPF. - -# Start errlog Task before any possible error messsage to prevent -# erroneous "Interrupted system call" message on Linux OS host. -errlogInit(0) - -dbLoadDatabase("../../dbd/NoMPF.dbd") -registerRecordDeviceDriver(pdbbase) - -#dbLoadRecords("../../db/NoMPF.db") -dbLoadRecords("../../motorExApp/Db/softMotorTest.db","user=rls") - -iocInit