Skip to content
Snippets Groups Projects
Commit 103a829e authored by Matt Johnston's avatar Matt Johnston
Browse files

Use /usr/bin/X11/xauth default path instead

--HG--
extra : convert_revision : ff0abce7b29e61630e3b09e5fc5820ae6e192808
parent 0dcecfa5
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment