if [ -f /etc/tux/config/dyndns ]
then
	echo "dyndns.org configuration found"
	chmod a+x /etc/tux/config/dyndns
	/etc/tux/config/dyndns
else
	echo "No configs found. ezipupdate must be started manually"
	echo "See example configs in /usr/doc/ezipudate-examples and"
	echo "copy to \tux\config\dyndns on boot floppy"

fi
