cvs tags added

This commit is contained in:
zimoch
2011-02-02 10:38:40 +00:00
parent a54775216d
commit ee92a79386
10 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# $Source: /cvs/A/CS/startup/EPICS_R3.13.syncTS/Attic/startup.script_epicsdependent,v $
cd LIB
# load EPICS system core

View File

@@ -1,3 +1,4 @@
# $Source: /cvs/A/CS/startup/EPICS_R3.13/Attic/startup.script_epicsdependent,v $
cd LIB
# load EPICS system core

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,4 @@
# $Source: /cvs/A/CS/startup/saveRestore.script_common,v $
require "autoSRarray"
dbLoadDatabase "save_restoreStatus.db", TEMPLATES, bootInfo("P=%T:")

View File

@@ -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

View File

@@ -1,2 +1,3 @@
# $Source: /cvs/A/CS/startup/startup.script_iocmon,v $
require "iocmon"
dbLoadDatabase("iocmon.template", TEMPLATES, bootInfo("IOC=%T,CRATE=%T"))

View File

@@ -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)

View File

@@ -1,3 +1,4 @@
# $Source: /cvs/A/CS/startup/startup.script_part2,v $
# 2nd part of common startup
# setup clock:

View File

@@ -1,3 +1,4 @@
# $Source: /cvs/A/CS/startup/startup.script_part3,v $
# set the prompt
sprintf (STRINGBUFFER, "%s > ", IOC)
shellPromptSet (STRINGBUFFER)