blob: 99adcfd770ccfb533b52db670f6c925825a84a4a [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
Patrick Williams03907ee2022-05-01 06:28:52 -05009index 349338c..5ffac25 100644
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010--- a/default_options.h
11+++ b/default_options.h
Patrick Williams03907ee2022-05-01 06:28:52 -050012@@ -289,7 +289,7 @@ group1 in Dropbear server too */
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013
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
Patrick Williams03907ee2022-05-01 06:28:52 -050020 /* If you want to enable running an sftp server (such as the one included with
Patrick Williamsc124f4f2015-09-15 14:41:29 -050021--
Patrick Williams03907ee2022-05-01 06:28:52 -0500222.25.1
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023