Mercurial > dropbear
changeset 963:dccaecc68c77
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.
author | Mike Frysinger <vapier@gentoo.org> |
---|---|
date | Fri, 01 Aug 2014 06:14:19 -0400 |
parents | db9fa5971d24 |
children | 67ff2be856ff e9579816f20e |
files | options.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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