[PATCH] use xauth in /usr/bin
Matt Johnston
matt at ucc.asn.au
Wed Aug 6 22:26:48 WST 2014
Thanks, I've committed it.
On Fri, Aug 01, 2014 at 06:15:01AM -0400, Mike Frysinger wrote:
> # HG changeset patch
> # User Mike Frysinger <vapier at gentoo.org>
> # Date 1406888059 14400
> # Fri Aug 01 06:14:19 2014 -0400
> # Node ID 89a637587a611c0bf3802ff5005bc1f7fe63eec6
> # Parent 36eacc322e00924e511810c519bf5a3f05898cdd
> 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 36eacc322e00 -r 89a637587a61 options.h
> --- a/options.h Mon Jul 28 23:23:49 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
More information about the Dropbear
mailing list