From fc614e6faad431dee48909cb0de5d3ea1b02d1ee Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 21 Jul 2021 10:19:54 +0200 Subject: [PATCH] from require 3.0 on, EPICS 3.13. has afterInit and iocinfo does not need special handling --- startup.script_common | 2 +- startup.script_part3 | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/startup.script_common b/startup.script_common index c4f38d2..a2ed3bc 100644 --- a/startup.script_common +++ b/startup.script_common @@ -7,7 +7,7 @@ EPICS_MODULES = "/ioc/modules" # Find a better way later to know current require version -REQUIRE_VERSION="2.10.10" +REQUIRE_VERSION="3.1.0" # Set EPICS_HOST_ARCH according to vxWorks version and cpu type VX6=(*runtimeVersion>>24)-'5' diff --git a/startup.script_part3 b/startup.script_part3 index c9496cb..7478ab4 100644 --- a/startup.script_part3 +++ b/startup.script_part3 @@ -1,9 +1,5 @@ # 3rd part of common vxWorks startup -# EPICS 3.13 needs this to upload iocinfo to database -sprintf STRINGBUFFER,strncmp(EPICS,"R3.13.",6) ? ";" : "iocinfo" -execute STRINGBUFFER - # set the prompt sprintf STRINGBUFFER, "%s > ", IOC shellPromptSet STRINGBUFFER