# HG changeset patch # User Mike Frysinger # Date 1406888059 14400 # Node ID dccaecc68c7743e03a43f6a3efa5bc076291cc04 # Parent db9fa5971d24a07d2e734d9e0c41189c5eda30ce use xauth in /usr/bin Since the x.org rework, X has been installed into standard paths and not its own random prefixes. I think it's time we update the default paths accordingly. diff -r db9fa5971d24 -r dccaecc68c77 options.h --- a/options.h Wed Aug 06 22:16:38 2014 +0800 +++ b/options.h Fri Aug 01 06:14:19 2014 -0400 @@ -264,7 +264,7 @@ /* The command to invoke for xauth when using X11 forwarding. * "-q" for quiet */ #ifndef XAUTH_COMMAND -#define XAUTH_COMMAND "/usr/bin/X11/xauth -q" +#define XAUTH_COMMAND "/usr/bin/xauth -q" #endif /* if you want to enable running an sftp server (such as the one included with