From a3468b00e072611a2e6b5539efd5cde281cbbd0e Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 6 Jun 2003 16:30:44 +0000 Subject: [PATCH] Nothing usefull to do from Unix in NoMPF without MX. --- iocBoot/iocNoAsyn/st.cmd.unix | 14 -------------- iocBoot/iocNoMPF/st.cmd.unix | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 iocBoot/iocNoAsyn/st.cmd.unix delete mode 100644 iocBoot/iocNoMPF/st.cmd.unix 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