#
# This file should be installed as /etc/rc.config.d/dgdxb
# It describes some variables used by the DGDXB startup scripts
#

#
# Set dgdxb_download to 0 to disable POST & FEP downloads
#                    to 1 to enable downloads
#
export dgdxb_download=1

#
# Set dgdxb_startagent to 1 to enable the PortAssist Communication
#                      agent, and 0 to disable it
#
export dgdxb_startagent=0


###################################################################
#
#  NOTE: Do not change any of the definitions below.
# 
###################################################################

#
# Set dgdxb_portconfig to the path of an optional port configuration
#                      script which should be executed after the ports
#                      are enabled
#
export dgdxb_portconfig="/usr/conf/digi/dgdxb/portconfig"

#
# Definitions associated with the running of the adapter/device
# registration script
#
export dgdxb_reg_devs="/usr/conf/digi/dgdxb/dgdxb_reg_devs"
export dgdxb_reg_log="/usr/conf/digi/dgdxb/registration.log"

#
# Definitions associated with the adapter download process
#
export dgdxb_mkdev_init="/usr/conf/digi/dgdxb/dgdxb_mkdev_init"

#
# Definitions associated with the PortAssist Comm. Agent
#
export dgdxb_agent_app="/usr/conf/digi/dgdxb/dgdxb_agent"

#
# Definitions associated with the persistent store of MEI attributes
#
export MEI_attr_app="/usr/sbin/dm_portreg"
