summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-08-01 06:14:19 -0400
committerMike Frysinger <vapier@gentoo.org>2014-08-01 06:14:19 -0400
commitbec04c326b0c4ddd50c60af46a2fbdd8acbc4db9 (patch)
tree90f7a4ed6577b3575640cafba60bf68e9b7d1cf9
parent34a63bb98e65c64f405a88b695d79cbd334747ea (diff)
downloaddropbear-bec04c326b0c4ddd50c60af46a2fbdd8acbc4db9.tar.gz
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.
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
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