8c8 < # $XFree86: xc/programs/xdm/config/Xsession,v 1.3 2001/01/17 23:45:24 dawes Exp $ --- > # $XFree86: xc/programs/xdm/config/Xsession,v 1.3 2001/01/17 23:45:24 dawes Exp $ 24a25,26 > #not sure if this belongs hear > source /etc/profile 45a48,54 > if [ -s "$startup" ]; then > if [ -x "$startup" ]; then > source "$startup" & > else > source /bin/sh "$startup" & > fi > fi 48,53d56 < elif [ -s "$startup" ]; then < if [ -x "$startup" ]; then < exec "$startup" < else < exec /bin/sh "$startup" < fi