diff options
Diffstat (limited to 'source/installer/sources/dropbear/dropbear.xauth.patch')
-rw-r--r-- | source/installer/sources/dropbear/dropbear.xauth.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/installer/sources/dropbear/dropbear.xauth.patch b/source/installer/sources/dropbear/dropbear.xauth.patch new file mode 100644 index 00000000..e32f0c64 --- /dev/null +++ b/source/installer/sources/dropbear/dropbear.xauth.patch @@ -0,0 +1,11 @@ +--- options.h.orig 2013-06-21 21:50:34.859528230 -0500 ++++ options.h 2013-06-21 21:52:59.208516285 -0500 +@@ -243,7 +243,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 |