#!/bin/sh
#
# Note that any setup should come before the sessreg command as
# that must be 'exec'ed for the pid to be correct (sessreg uses the parent
# pid)
#
# Note that output goes into the .xsession-errors file for easy debugging
#
if test -x /etc/X11/xdm/Xstartup; then
       exec /etc/X11/xdm/Xstartup
elif test -x /usr/etc/X11/xdm/Xstartup; then
       exec /usr/etc/X11/xdm/Xstartup
fi

PATH="/usr/bin:$PATH"
