.cshrc
will (among other things) read the
system settings, which will set all necessary
environment variables from the envcap database.
The system copy is stored in $OSdir/local/envcap
, and these
definitions are augmented/superceded by those in the user's
.envcap
file (if it exists).
The format of those files is:
variable:hosts:valueswhere
variable
is the name of the variable to set,
host
is a list of hosts or host-types for which this variable
should be set and value
is the value.
ENSCRIPT:Sun Solaris:-fCourier8 NENSCRIPT:Linux:-fCourier8This sets the font for both
enscript
and nenscript
on the systems wgere the respective programs are available
PATH:Sun Solaris:$PATH\:$SOFTWARE/bin:$SOFTWARE/$SFINX_MACHINE/bin:./bin TAPE:vecht:/dev/nrst17This adds $SOFTWARE directories to the path on both versions of the SUN operating system. And on vecht, it selects the exabyte as your default tape device (system default is DAT).