From 103a829eaccb2b276ede0c9acdc8fa1cb71e5988 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Tue, 28 Jul 2009 16:16:14 +0000
Subject: [PATCH] Use /usr/bin/X11/xauth default path instead

--HG--
extra : convert_revision : ff0abce7b29e61630e3b09e5fc5820ae6e192808
---
 options.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/options.h b/options.h
index 3cf430b4..73156a43 100644
--- a/options.h
+++ b/options.h
@@ -237,7 +237,7 @@ much traffic. */
 /* The command to invoke for xauth when using X11 forwarding.
  * "-q" for quiet */
 #ifndef XAUTH_COMMAND
-#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q"
+#define XAUTH_COMMAND "/usr/bin/X11/xauth -q"
 #endif
 
 /* if you want to enable running an sftp server (such as the one included with
-- 
GitLab