blob: 684641dcbdb29bbd0537e36e2484aeb80c842321 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Subject: [PATCH 1/6] urandom-xauth-changes-to-options.h
2
3Upstream-Status: Inappropriate [configuration]
4---
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005 default_options.h | 2 +-
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006 1 file changed, 1 insertion(+), 1 deletion(-)
7
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008diff --git a/default_options.h b/default_options.h
9index 3b75eb8..1fd8082 100644
10--- a/default_options.h
11+++ b/default_options.h
12@@ -243,7 +243,7 @@ Homedir is prepended unless path begins with / */
13
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014 /* The command to invoke for xauth when using X11 forwarding.
15 * "-q" for quiet */
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016-#define XAUTH_COMMAND "/usr/bin/xauth -q"
17+#define XAUTH_COMMAND "xauth -q"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019
20 /* if you want to enable running an sftp server (such as the one included with
21--
221.7.11.7
23