#!/bin/sh

export PATH=$PATH:/usr/X11R6/bin

if [ -f /usr/bin/gdm ]; then
   exec /usr/bin/gdm --nodaemon
else 

   exec /usr/X11R6/bin/startx

fi

