
#-----------------------------------------------------------------------
# CHANGES
#-----------------------------------------------------------------------
#
# 2000-04-03  Jean-Sebastien Morisset <jsmoriss@mvlan.net>
#             Removed modes 1 and 2. Allowing outgoing tcp connections
#             is only necessary in mode 3.
# 2000-10-14  Jean-Sebastien Morisset <jsmoriss@mvlan.net>
#             Initial module written for v5.0.
#
#-----------------------------------------------------------------------
# MODULE CONFIGURATION
#-----------------------------------------------------------------------
#
#m# 3
#a# accept
#i# cluster novirtual
#n# mysql
#t# servers
#
#-----------------------------------------------------------------------
# START OF MODULE CODE
#-----------------------------------------------------------------------

for host in `Option_Value accept $INTOPT mysql servers`
do
	Hostports accept remote tcp "MySQL" $host mysql
done
unset host

