blob: 68a8b2a1b8614ea8dc4f54c6b096dc0aecc2be85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Nur dropbear-2013.58.orig/options.h dropbear-2013.58/options.h
--- dropbear-2013.58.orig/options.h 2013-04-18 16:58:14.000000000 +0200
+++ dropbear-2013.58/options.h 2013-04-29 14:28:47.000000000 +0200
@@ -247,7 +247,7 @@
/* 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 "/usr/bin/xauth -q"
#endif
/* if you want to enable running an sftp server (such as the one included with
|