hi all, i would like know the default code of this file, i use Ubuntu 9.10, so copy default code here. My code looks like:

#!/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
#
PATH="/usr/bin:$PATH:/bin:/usr/bin"

# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR="#dab082"
fi

initctl -q emit desktop-session-start DISPLAY_MANAGER=gdm

i changed

# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR="#dab082"

and i don't rememer what code was before ....
copy code whitch is by default of Ubuntu 9.10

thanks.