######################################### # inetd configuration. See inetd(1m) # ######################################### # # @(#)B.11.31_LR # # Super daemon for various Internet Services # # INETD: 0 to disable inetd (1 to enable inetd). # # INETD_ARGS: The command line arguments to be used when # starting inetd. # export INETD=1 export INETD_ARGS="" ###################################### # 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=1 export XNTPD_ARGS= # XNTPD_NAME: specify the daemon name (xntpd or ntpd) export XNTPD_NAME=ntpd ########################################### # 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 ################################################################# # dhcpv6d configuration. See dhcpv6d(1m) and dhcpv6clientd(1m) # ################################################################# # # DHCPV6 Server daemon # # DHCPV6D : Set to 1 to start DHCPV6 Server Daemon. # DHCPV6SRVRD_ARGS: Command Line Arguments to the dhcpv6 server daemon. # DHCPV6CLNTD_ARGS: Command Line Arguments to the dhcpv6 client daemon. # export DHCPV6D=0 export DHCPV6SRVRD_ARGS="" export DHCPV6CLNTD_ARGS=""