This file can be edited (the etc/kshrc file shouldn't.).
Between the OPTION, the = and the VALUE are no spaces.
Rows starting with a # are considered as comments.
You should not comment out any OPTION If you like to use default settings simply do not specify a VALUE.
Example: LOG=var/log
Default: LOG=var/log
This setting is used when the cdbkp command is used.
Example: BACKUP_DIR=var/backup
Default: BACKUP_DIR=var/backup
Example: EDRC_DIST_USER=${EDRC_DIST_USER:=edrc}
Default: EDRC_DIST_USER
This setting is used when the cdbx [ subdir ] command is used.
Example: USER_DROPBOX_DIR=~fred/var/dropbox
Default: USER_DROPBOX_DIR=
Example: LC_TIME=C
Default: LC_TIME=
Example: ADDITIONAL_SHELL_PATH=~EDS/sh:~tools-eds/bin:~tools-eds/lib:/usr/local/bin:/usr/ccs/bin
Default: ADDITIONAL_SHELL_PATH=
Hint: When using commands to generate the banner, use the construct: "`[ ${EDRC_ENV} ] || command`" to speed up the shell execution when called within edrc.
Example: SHELL_BANNER="`[ ${EDRC_ENV} ] || whereami 2>/dev/null`"
Default: SHELL_BANNER=
Example: README_DISPLAY=False
Default: README_DISPLAY=True
Example: README_COLOR=RED
Default: README_COLOR=YELLOW
Example: TPL_CFG=/etc/system_templates.cfg
Default: TPL_CFG=$HOME/etc/tpl.cfg
This path is resolved when invoking cdsw [ subdir ].
Example:
. `approot`/etc/edrcrevision.cfg
EDRC_SW_PATH="
`approot`/var/sw/edrc-$VERSION.$PATCHLEVEL
/dat/sw/Generic/apps/edrc-patch
/dat/sw/apps/edrc-patch
/dat/sw/apps/edrc-$VERSION.$PATCHLEVEL
/software/tools/edrc-$VERSION.$PATCHLEVEL
/export/dat/sw/edrc-$VERSION.$PATCHLEVEL
/export/dat/sw
`approot`/var/sw
"
Default: EDRC_SW_PATH=var/sw
This is free software; see edrc/doc/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.