#########################################
# inetd configuration.  See inetd(1m)   #
#########################################
#
#  Super daemon for various Internet Services
#
#  NOTE: inetd is always started as part of the boot up process.
#
# INETD_ARGS:		The command line arguments to be used when
#			starting inetd. ("-l" is the only option
#                       available at startup.)
#
export INETD_ARGS=

#########################################
# rbootd configuration.  See rbootd(1m) #
#########################################
#
#  Booting daemon for client systems prior to HP-UX 10.0
#
# START_RBOOTD:		Set to 1 to start rbootd (0 to not run rbootd)
# RBOOTD_DEVICES:	Set the device file(s) used by /usr/sbin/rbootd.  If
#			no device is specified, rbootd will use the device
#			corresponding to the ethernet address of the machine.
#
export START_RBOOTD=0
export RBOOTD_DEVICES=


######################################
# xntp configuration.  See xntpd(1m) #
######################################
#
#  Time synchronization daemon
#
# NTPDATE_SERVER: name of trusted timeserver to synchronize with at boot
# (default is rootserver for diskess clients)
# XNTPD:  	Set to 1 to start xntpd (0 to not run xntpd)
# XNTPD_ARGS:  command line arguments for xntpd
#
# Also, see the /etc/ntp.conf and /etc/ntp.keys file for additional
# configuration.
#
export NTPDATE_SERVER=
export XNTPD=0
export XNTPD_ARGS=


###########################################
# mrouted configuration.  See mrouted(1m) #
###########################################
#
#  Multicast routing daemon 
#
# MROUTED:      Set to 1 to start MROUTED.
# MROUTED_ARGS: Arguments to the mrouted daemon.
#
export MROUTED=0
export MROUTED_ARGS=""

#######################################
# rwhod configuration.  See rwhod(1m) #
#######################################
#
#  Remote system status daemon for rwho and ruptime commands
#
# RWHOD:	Set to 1 to start rwhod.
#
export RWHOD=0


#######################################
# ddfa configuration.  See dpp(1m)    #
#######################################
#
#  Device file access for devices on terminal servers
#
# DDFA:		Set to 1 to start ddfa.
#
export DDFA=0


##############################
# OSPFMIB configuration.     #
##############################
#
#  OSPF MIB network management subagent
#
# OSPFMIB:      Set to 1 to start ospfagt.
# OSPFMIB_ARGS: Arguments to ospfagt.
#
export OSPFMIB=0
export OSPFMIB_ARGS=""

