- DBMAN_HOST
The host where dbman is running. Use this or use the -host option. if both
are present -host option overrides DBMAN_HOST
- PGMAN_HOST
The host where pgman is running. Use this or use the -pghost option. if both
are present -pghost option overrides PGMAN_HOST
- CRT_SIZE_FILE
The pathname to shared memory partition sizing file. If not present default
sizes will be used.
- ASSIGN
The hostname where assign service is running. This is actually used by ts(1)
.
If this environment variable is not present the value defaults to localhost.
- ASSIGN_OK
Normally ts(1)
will attempt to connect to assignd(8)
if running on the
local display.
Placing ASSIGN_OK with any value in the environment allows
ts(1)
to connect to assignd(8)
even if not running on the local display.
This could be used in a case where meter/knob service may actually run
on another box but it is desired to use it.
- KNOB
The hostname where knob service is running. This is actually used by ts(1)
.
If this environment variable is not present the value defaults to localhost.
- METER
The hostname where meter service is running. This is actually used by ts(1)
.
If this environment variable is not present the value defaults to localhost.
- TREND
The hostname where trend service is running. This is actually used by ts(1)
.
If this environment variable is not present the value defaults to localhost.
- NORLAND
The hostname where norland scope service is running. This is actually used
by ts(1)
and is pretty much obsolete.
If this environment variable is not
present the value defaults to localhost.
- CRT_XBUF
Xwindows transmit buffer size
- CRT_LCL_DB_BUF
local DB receive buffer size
- CRT_LCL_PG_BUF
local PG receive buffer size
- CRT_REM_DB_BUF
dbman DB send buffer size
- CRT_REM_PG_BUF
dbman PG send buffer size
- CRT_COLOR_TBL
pathname to file containing the color information. See xcrt_color(5)
for
information about the format.
- CRT_COLOR_TBL2
pathname to file containing the color information to use when the display
colors are flipped by using the F11 key. See xcrt_color(5)
for information
about the format.
- FOCUS_POLICY
This overrides the setting of ts.keyboardFocusPolicy. Possible values are
explicit and pointer.
- XCRT_TBL_ADDR
If present this value is used for the shared memory attachment address.
If not, the value of segaddrCRT in memdef.h is used.