mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
(From OE-Core rev: f1710d09e447b0f71a55b4ef24673c6388a045ad) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
461 B
Diff
16 lines
461 B
Diff
Upstream-Status: Inappropriate [configuration]
|
|
|
|
diff --git a/options.h b/options.h
|
|
index d309ab4..7fbe97b 100644
|
|
--- a/options.h
|
|
+++ b/options.h
|
|
@@ -236,7 +236,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 "xauth -q"
|
|
#endif
|
|
|
|
/* if you want to enable running an sftp server (such as the one included with
|