60 lines
1.9 KiB
Plaintext
60 lines
1.9 KiB
Plaintext
#*************************************************************************
|
|
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
|
# National Laboratory.
|
|
# Copyright (c) 2002 The Regents of the University of California, as
|
|
# Operator of Los Alamos National Laboratory.
|
|
# EPICS BASE Versions 3.13.7
|
|
# and higher are distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
# $Id$
|
|
# Author: Andrew Johnson
|
|
# Date: 1 May 1995
|
|
#
|
|
# Experimental Physics and Industrial Control System (EPICS)
|
|
#
|
|
# CONFIG_SITE_ENV - EPICS Environment Parameter Site configuration file
|
|
#
|
|
# This file is interpreted by the Bourne Shell, so spaces are
|
|
# not allowed around the '=' signs or in unquoted values.
|
|
# Makefile variables are not defined here.
|
|
#
|
|
# Note: This file is read by base/src/libCom/env/bldEnvdata.pl,
|
|
# so the variable definitions in here should be kept 'simple':
|
|
# VAR=VALUE
|
|
# each one on a single line.
|
|
#
|
|
|
|
# Site-specific environment settings
|
|
|
|
# Time service:
|
|
# EPICS_TIMEZONE needed for vxWorks
|
|
# EPICS_TIMEZONE=<name>::<minutesWest>:<start daylight>:<end daylight>
|
|
#NOTE: start and end are mmddhh that bis mounth,day,hour
|
|
# eg EPICS_TIMEZONE=CUS::360:033102:102802
|
|
# DST for 2003 US: Apr 6 - Oct 26
|
|
# EU: Mar 30 - Oct 26
|
|
# EPICS_TS_NTP_INET ntp or Unix time server ip addr.
|
|
|
|
EPICS_TIMEZONE=CUS::360:040602:102602
|
|
EPICS_TS_NTP_INET=
|
|
|
|
|
|
# Log Server:
|
|
# EPICS_IOC_LOG_INET
|
|
# Log server ip addr.
|
|
# EPICS_IOC_LOG_FILE_NAME
|
|
# pathname to the log file.
|
|
# EPICS_IOC_LOG_FILE_LIMIT
|
|
# maximum log file size.
|
|
# EPICS_IOC_LOG_FILE_COMMAND
|
|
# A shell command string used to obtain a new
|
|
# path name in response to SIGHUP - the new path name will
|
|
# replace any path name supplied in EPICS_IOC_LOG_FILE_NAME
|
|
|
|
EPICS_IOC_LOG_INET=
|
|
EPICS_IOC_LOG_FILE_NAME=
|
|
EPICS_IOC_LOG_FILE_COMMAND=
|
|
EPICS_IOC_LOG_FILE_LIMIT=1000000
|
|
|