blob: 787b8016431c36384cd1e8b535f0181f5ae9790a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: dropbear-0.50/options.h
===================================================================
--- dropbear-0.50.orig/options.h
+++ dropbear-0.50/options.h
@@ -197,7 +197,7 @@ etc) slower (perhaps by 50%). Recommende
/* 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 "xauth -q"
#endif
/* if you want to enable running an sftp server (such as the one included with
|