if [ -f /etc/galatead -a "${GALSTART}" != "true" ]; then
echo -n "Starting the Galatea Network Video Device Control System...">/dev/console
        /etc/galatead &
	echo "done."                                             >/dev/console
	GALSTART=true;export GALSTART
fi

