From 8dc6cfd627acad598b6fa5674f70206e52aa110f Mon Sep 17 00:00:00 2001 From: zimoch Date: Fri, 6 Nov 2015 15:31:30 +0000 Subject: [PATCH] removed unused subdirs --- .../startup.script_epicsdependent | 40 ------------------- EPICS_R3.13/startup.script_epicsdependent | 37 ----------------- EPICS_R3.14/startup.script_epicsdependent | 37 ----------------- EPICS_R3.15/startup.script_epicsdependent | 38 ------------------ makelinks | 6 --- 5 files changed, 158 deletions(-) delete mode 100644 EPICS_R3.13.syncTS/startup.script_epicsdependent delete mode 100644 EPICS_R3.13/startup.script_epicsdependent delete mode 100644 EPICS_R3.14/startup.script_epicsdependent delete mode 100644 EPICS_R3.15/startup.script_epicsdependent delete mode 100755 makelinks diff --git a/EPICS_R3.13.syncTS/startup.script_epicsdependent b/EPICS_R3.13.syncTS/startup.script_epicsdependent deleted file mode 100644 index 80a10d8..0000000 --- a/EPICS_R3.13.syncTS/startup.script_epicsdependent +++ /dev/null @@ -1,40 +0,0 @@ -# $Source: /cvs/A/CS/startup/EPICS_R3.13.syncTS/Attic/startup.script_epicsdependent,v $ -cd LIB - -# load EPICS system core -ld < iocCore.syncTS -ld < seq - -# load EPICS tools like "require" -ld < utilitiesLib -ld < miscLib - -# disable floating point exceptions -slsFppInit - -# next line allows to continue even if mounting of /ioc failed -cd bootInfo("%H:") -cd HOME - -# insert boot infos into database -bootNotify (INSTBASE, "sls/bin/iocBootNotify.sh") - -# try for user-defined menus scan and convert -dbLoadDatabase("dbd/scan.dbd") -dbLoadDatabase("dbd/convert.dbd") -dbLoadDatabase("dbd/slsConvert.dbd") - -#load standard drivers -require "base" - -#temporary, some drivers still don't have dependency files -require "slsDev" - -# setup clock -putenv("EPICS_TS_MIN_WEST=-60") -require "mrcevg" -require "mrcevr" -require "TSstat" -TSconfigure(0,20,1000,18323,18322,250,0) - -# end of R3.13 specific script diff --git a/EPICS_R3.13/startup.script_epicsdependent b/EPICS_R3.13/startup.script_epicsdependent deleted file mode 100644 index b3396fd..0000000 --- a/EPICS_R3.13/startup.script_epicsdependent +++ /dev/null @@ -1,37 +0,0 @@ -# $Source: /cvs/A/CS/startup/EPICS_R3.13/Attic/startup.script_epicsdependent,v $ -cd LIB - -# load EPICS system core -ld < iocCore -ld < seq - -# load EPICS tools like "require" -ld < utilitiesLib -ld < miscLib - -# disable floating point exceptions -slsFppInit - -# next line allows to continue even if mounting of /ioc failed -cd bootInfo("%H:") -cd HOME - -# insert boot infos into database -bootNotify (INSTBASE, "sls/bin/iocBootNotify.sh") - -# try for user-defined menus scan and convert -dbLoadDatabase("dbd/scan.dbd") -dbLoadDatabase("dbd/convert.dbd") -dbLoadDatabase("dbd/slsConvert.dbd") - -#load standard drivers -require "base" - -#temporary, some drivers still don't have dependency files -require "slsDev" - -# setup clock -putenv("EPICS_TS_MIN_WEST=-60") -TSconfigure(0,10,10,18323,18322,250,1) - -# end of R3.13 specific script diff --git a/EPICS_R3.14/startup.script_epicsdependent b/EPICS_R3.14/startup.script_epicsdependent deleted file mode 100644 index a227227..0000000 --- a/EPICS_R3.14/startup.script_epicsdependent +++ /dev/null @@ -1,37 +0,0 @@ -# $Source: /cvs/A/CS/startup/EPICS_R3.14/Attic/startup.script_epicsdependent,v $ -cd LIB - -# load EPICS system core -ld < iocCoreLibrary.munch - -# load tools like "require" -ld < utilitiesLib.munch -ld < miscLib.munch - -# disable floating point exceptions -slsFppInit - -# next line allows to continue even if mounting of /ioc failed -cd bootInfo("%H:") -cd HOME - -# insert boot infos into database -bootNotify (INSTBASE, "sls/bin/iocBootNotify.sh") - -# try for user-defined menus scan and convert (may fail but that's ok) -dbLoadDatabase("dbd/scan.dbd") -dbLoadDatabase("dbd/convert.dbd") -dbLoadDatabase("dbd/slsConvert.dbd") -taskDelay(sysClkRateGet()) - -# load standard drivers -require "base" -require "symbDev" - -require "generalTime" -#EvtTimeConfigure(master?, sync_rate_sec, clock_rate_hz, master_port, slave_port, time_out_msec) -EvtTimeConfigure(0, 5, 500000, 18323, 18322, 250) - -AUTOSRHOST=bootHost() - -# end of R3.14 specific script diff --git a/EPICS_R3.15/startup.script_epicsdependent b/EPICS_R3.15/startup.script_epicsdependent deleted file mode 100644 index d71689d..0000000 --- a/EPICS_R3.15/startup.script_epicsdependent +++ /dev/null @@ -1,38 +0,0 @@ -# $Source: /cvs/A/CS/startup/EPICS_R3.15/Attic/startup.script_epicsdependent,v $ -cd LIB - -# load EPICS system core -ld < softIoc.munch - -# load tools like "require" -ld < utilitiesLib.munch -ld < miscLib-zimoch.munch - -# disable floating point exceptions -slsFppInit - -# next line allows to continue even if mounting of /ioc failed -cd bootInfo("%H:") -cd HOME - -# insert boot infos into database -bootNotify (INSTBASE, "sls/bin/iocBootNotify.sh") - -# try for user-defined menus scan and convert (may fail but that's ok) -dbLoadDatabase("dbd/scan.dbd") -dbLoadDatabase("dbd/convert.dbd") -dbLoadDatabase("dbd/slsConvert.dbd") -taskDelay(sysClkRateGet()) - -# load standard drivers -require "base" -require "symbDev" -require "seq" - -#require "generalTime" -#EvtTimeConfigure(master?, sync_rate_sec, clock_rate_hz, master_port, slave_port, time_out_msec) -#EvtTimeConfigure(0, 5, 500000, 18323, 18322, 250) - -AUTOSRHOST=bootHost() - -# end of R3.14.12 specific script diff --git a/makelinks b/makelinks deleted file mode 100755 index 82ade54..0000000 --- a/makelinks +++ /dev/null @@ -1,6 +0,0 @@ -# $Source: /cvs/A/CS/startup/Attic/makelinks,v $ -ln -s EPICS_R3.13 EPICS_R3.13.10 -ln -s EPICS_R3.13.syncTS EPICS_R3.13.10.syncTS -ln -s EPICS_R3.14 EPICS_R3.14.8 -ln -s EPICS_R3.14 EPICS_R3.14.12 -ln -s EPICS_R3.15 EPICS_R3.15.0