From ed2e276b3a140924997cd6f995f22566472d972e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Aug 2014 06:14:19 -0400 Subject: 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. --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.h') diff --git a/options.h b/options.h index ab6abea..56b6370 100644 --- a/options.h +++ b/options.h @@ -264,7 +264,7 @@ much traffic. */ /* 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 -- cgit v1.2.3