
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#m# 123
#a# accept
#i# cluster novirtual
#n# time
#t# clients
#
#   |--------------------------------------------------------------------|
#d# time (Port 37 TCP)
#d# Allows clients to obtain the time (port 37 TCP). The ntp
#d# protocol is usually preferred instead of the time protocol.
#   |--------------------------------------------------------------------|
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

for host in `Option_Value accept $INTOPT time clients`
do
        Hostports accept local tcp "Time" $host time
done
unset host
