
#-----------------------------------------------------------------------
# README
#-----------------------------------------------------------------------
#
# Most online games have not been designed to run through a firewall.
# Some games may force us to open most/all of our ports, trusting the
# gaming software's source ports. This could create some fairly big gaps
# in our security. For this reason, we implement the rules for online
# games last.
#
#-----------------------------------------------------------------------
# CHANGES
#-----------------------------------------------------------------------
#
# 2000-10-14  Jean-Sebastien Morisset <jsmoriss@jsm-mv.dyndns.org>
#             Initial module written for v5.0.
#
#-----------------------------------------------------------------------

for module in \
	`Sed_Dirname ${1}`/../online-games/*
do
	[ -f "$module" ] && . "$module" "$module"
done
unset module

