Use /var/X11R6/bin/Xbackend as default back-end server.

This commit is contained in:
David Reveman 2008-06-04 13:23:00 -04:00
parent 4e5380077b
commit 5a38f35d7d

View file

@ -54,7 +54,7 @@ static char xbeAuthBuf[256];
static char *xbeAuthTempl = "/tmp/.Xdmx-auth-XXXXXX";
static char *xbeAuth = NULL;
static char *xbeProgs[] = { "/usr/bin/Xfake", "/usr/X11R6/bin/Xfake" };
static char *xbeProgs[] = { "/var/X11R6/bin/Xbackend", "/usr/bin/X" };
static char *xbeProg = NULL;
static char xbeDisplayBuf[256];