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

