From 30a43644e4e4791e290e0eb414e1b3e093267762 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 23 Dec 2022 12:56:07 +0100 Subject: [PATCH] /ioc/data is now part of the /ioc mount --- startup-vxWorks | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/startup-vxWorks b/startup-vxWorks index d915f3c..20dd769 100644 --- a/startup-vxWorks +++ b/startup-vxWorks @@ -55,12 +55,8 @@ nfsMount NFS_SERVER,NFS_DIR,"/epics" nfsMount NFS_SERVER,"/usr/local/epics","/epics" sprintf NFS_DIR,"%s/ioc",NFS_BASE nfsMount NFS_SERVER,NFS_DIR,"/ioc" -sprintf NFS_DIR,"%s/ioc/data",NFS_BASE -nfsMount NFS_SERVER,NFS_DIR,"/ioc/data" -sprintf NFS_DIR,"%s/ioc_data",NFS_BASE -nfsMount NFS_SERVER,NFS_DIR,"/ioc/data" -# We should now have /epics, /ioc and maybe /ioc/data +# We should now have /epics and /ioc nfsDevShow # Create some path variables