diff --git a/EPICS_R3.13.syncTS/startup.script_epicsdependent b/EPICS_R3.13.syncTS/startup.script_epicsdependent index 242a3e2..bb35f71 100644 --- a/EPICS_R3.13.syncTS/startup.script_epicsdependent +++ b/EPICS_R3.13.syncTS/startup.script_epicsdependent @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/EPICS_R3.13.syncTS/Attic/startup.script_epicsdependent,v $ cd LIB # load EPICS system core diff --git a/EPICS_R3.13/startup.script_epicsdependent b/EPICS_R3.13/startup.script_epicsdependent index b000cdd..3d553f8 100644 --- a/EPICS_R3.13/startup.script_epicsdependent +++ b/EPICS_R3.13/startup.script_epicsdependent @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/EPICS_R3.13/Attic/startup.script_epicsdependent,v $ cd LIB # load EPICS system core diff --git a/EPICS_R3.14.8/startup.script_epicsdependent b/EPICS_R3.14.8/startup.script_epicsdependent index 9d50355..37645aa 100644 --- a/EPICS_R3.14.8/startup.script_epicsdependent +++ b/EPICS_R3.14.8/startup.script_epicsdependent @@ -1,4 +1,4 @@ -# $SOURCE$ +# $Source: /cvs/A/CS/startup/EPICS_R3.14.8/Attic/startup.script_epicsdependent,v $ cd LIB # load EPICS system core diff --git a/makelinks b/makelinks index 8f6ee0c..00b840f 100755 --- a/makelinks +++ b/makelinks @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/Attic/makelinks,v $ ln -s EPICS_R3.13 EPICS_R3.13.9 ln -s EPICS_R3.13 EPICS_R3.13.10 ln -s EPICS_R3.13.syncTS EPICS_R3.13.9.syncTS diff --git a/saveRestore.script_common b/saveRestore.script_common index 3413b07..80b9dbd 100644 --- a/saveRestore.script_common +++ b/saveRestore.script_common @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/saveRestore.script_common,v $ require "autoSRarray" dbLoadDatabase "save_restoreStatus.db", TEMPLATES, bootInfo("P=%T:") diff --git a/startup.script_common b/startup.script_common index 2a5a13d..3e51730 100644 --- a/startup.script_common +++ b/startup.script_common @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/startup.script_common,v $ # This is the common part of all startup scripts # It is included by all generated scripts diff --git a/startup.script_iocmon b/startup.script_iocmon index af76658..93e48bb 100644 --- a/startup.script_iocmon +++ b/startup.script_iocmon @@ -1,2 +1,3 @@ +# $Source: /cvs/A/CS/startup/startup.script_iocmon,v $ require "iocmon" dbLoadDatabase("iocmon.template", TEMPLATES, bootInfo("IOC=%T,CRATE=%T")) diff --git a/startup.script_linux b/startup.script_linux index 58978d5..60f4725 100644 --- a/startup.script_linux +++ b/startup.script_linux @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/startup.script_linux,v $ epicsEnvSet EPICS, R3.14.8 epicsEnvSet STREAM_PROTOCOL_PATH, .:$(PWD)/cfg epicsEnvSet EPICS_DRIVER_PATH, bin:snl:$(INSTBASE)/iocBoot/$(EPICS)/$(EPICS_HOST_ARCH) diff --git a/startup.script_part2 b/startup.script_part2 index 0580120..1b04780 100644 --- a/startup.script_part2 +++ b/startup.script_part2 @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/startup.script_part2,v $ # 2nd part of common startup # setup clock: diff --git a/startup.script_part3 b/startup.script_part3 index 6c565a0..3c8af11 100644 --- a/startup.script_part3 +++ b/startup.script_part3 @@ -1,3 +1,4 @@ +# $Source: /cvs/A/CS/startup/startup.script_part3,v $ # set the prompt sprintf (STRINGBUFFER, "%s > ", IOC) shellPromptSet (STRINGBUFFER)